Complex Methods

Liquid Quantum Simulator

Complex Methods

The Complex type exposes the following members.

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