Complex Properties

Liquid Quantum Simulator

Complex Properties

The Complex type exposes the following members.

Properties
  Name Description
Public property i
Gets the imaginary part of this Complex number.
Public property Static member I
The square root of negative one, as a Complex number.
Public property MCC
Gets the squared magnitude of this Complex number.
Public property Static member One
One, as a Complex number
Public property r
Gets the real part of this Complex number.
Public property Static member Tol
Tolerance for comparing two Complex numbers. This is used in various places in the system.
Public property Static member Zero
Zero, as a Complex number
Top
See Also