Complex |
The Complex32 type exposes the following members.
| Name | Description | |
|---|---|---|
| ImaginaryOne | Returns a new Complex32 instance with a real number equal to zero and an imaginary number equal to one. | |
| NaN | Returns a new Complex32 instance with real and imaginary numbers not a number. | |
| One | Returns a new Complex32 instance with a real number equal to one and an imaginary number equal to zero. | |
| PositiveInfinity | Returns a new Complex32 instance with real and imaginary numbers positive infinite. | |
| Zero | Returns a new Complex32 instance with a real number equal to zero and an imaginary number equal to zero. |