| Complex Methods |
The Complex type exposes the following members.
| Name | Description | |
|---|---|---|
| Abs | Returns the absolute value of this complex number, or angle/phase/argument.
This quantity is also known as the Modulus or Magnitude. | |
| Conjugate |
Returns the complex conjugate of this complex number. | |
| Cos |
Returns the complex cosine of this complex number. | |
| Exp |
Returns the complex exponential of this complex number. | |
| MainTest |
Demo test the Complex data type. | |
| Phase | Returns the phase of this complex number.
This quantity is also known as the Ange or Argument. | |
| Reciprocal |
Returns the reciprocal of this complex number. | |
| Scale |
Returns the product of this complex number and the specified scalar. | |
| Sin |
Returns the complex sine of this complex number. | |
| Tan |
Returns the complex tangent of this complex number. | |
| ToString |
Returns a string representation of this complex number. (Overrides ObjectToString.) |