Complex Properties |
The Complex type exposes the following members.
| Name | Description | |
|---|---|---|
| Imaginary |
Gets the imaginary component of the complex number.
| |
| ImaginaryOne |
Gets a Complex value of i.
| |
| Magnitude |
Gets the magnitude of the complex number.
| |
| MagnitudeSquared |
Gets the square of the magnitude of the complex number.
| |
| One |
Gets a Complex value of 1.
| |
| Phase |
Gets the phase of the complex number.
| |
| Real |
Gets the real component of the complex number.
|