Complex Fields |
The Complex type exposes the following members.
| Name | Description | |
|---|---|---|
| ImaginaryOne |
Returns a new Complex instance with a real number equal to zero and
an imaginary number equal to one.
| |
| One |
Returns a new Complex instance with a real number equal to one and an
imaginary number equal to zero.
| |
| Zero |
Returns a new Complex instance with a real number equal to zero and an
imaginary number equal to zero.
|