Complex Properties |
The Complex type exposes the following members.
Name | Description | |
---|---|---|
Argument | The argument of the complex number, aka Atan2(Im/Re) | |
ComplexE | Defines E in the context of the complex structure | |
ComplexInfinity | Defines an infinitly high complex number | |
ComplexPI | Defines PI in the context of the complex structure | |
Imaginary | The imaginary value of the complex number | |
ImaginaryOne | Defines the imaginary number in the context of the complex structure Equivalent to Complex.I | |
Magnitude | The magnitude of the complex number, aka (Re^2 + Im^2)^0.5 | |
Real | The real value of the complex number |