| Complex Methods |
The Complex type exposes the following members.
| Name | Description | |
|---|---|---|
| Conj |
Computes the complex conjugate of this Complex number.
| |
| Copy |
Duplicates this Complex number in a new instance.
| |
| Dump |
Dumps this Complex number to the console and log with an optional indentation.
| |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Narrow |
Converts this Complex number to a short human-readable string.
| |
| ToString |
Converts this Complex number to a human-readable string.
(Overrides ValueTypeToString.) | |
| Wide |
Converts this Complex number to a string suitable for input to other programs.
|