|
|
Complex
|
The ComplexNumber type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AllAssigned | Gets a boolean value indicating if each composite value of the ComplexNumber (i.e., real and imaginary) has been assigned a value. |
|
|
Angle | Gets or sets the Angle (a.k.a. the argument) in radians of this ComplexNumber. |
|
|
Conjugate | Gets the complex conjugate of this ComplexNumber. |
|
|
Imaginary | Gets or sets the imaginary component of this ComplexNumber. |
|
|
Magnitude | Gets or sets the magnitude (a.k.a. the modulus or absolute value) of this ComplexNumber. |
|
|
NoneAssigned | Gets a boolean value indicating if each composite value of the ComplexNumber (i.e., real and imaginary) has not been assigned a value. |
|
|
Real | Gets or sets the real component of this ComplexNumber. |