Click or drag to resize
Complex Methods

The Complex type exposes the following members.

Methods
  NameDescription
Public methodConj
Computes the complex conjugate of this Complex number.
Public methodCopy
Duplicates this Complex number in a new instance.
Public methodDump
Dumps this Complex number to the console and log with an optional indentation.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNarrow
Converts this Complex number to a short human-readable string.
Public methodToString
Converts this Complex number to a human-readable string.
(Overrides ValueTypeToString.)
Public methodWide
Converts this Complex number to a string suitable for input to other programs.
Top
See Also