|
|
Complex
|
The ComplexNumber type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Addition(ComplexNumber, ComplexNumber) | Returns computed sum of values. |
|
|
Division(ComplexNumber, ComplexNumber) | Returns computed division of values. |
|
|
Equality(ComplexNumber, ComplexNumber) | Compares the two values for equality. |
|
|
Exponent(ComplexNumber, Double) | Returns result of first value raised to power of second value. |
|
|
(Complex to ComplexNumber) | Implicitly converts a .NET Complex value to a ComplexNumber. |
|
|
(ComplexNumber to Complex) | Implicitly converts a ComplexNumber to a .NET Complex value. |
|
|
(Double to ComplexNumber) | Implicitly converts a Double to a ComplexNumber. |
|
|
Inequality(ComplexNumber, ComplexNumber) | Compares the two values for inequality. |
|
|
Multiply(ComplexNumber, ComplexNumber) | Returns computed product of values. |
|
|
Subtraction(ComplexNumber, ComplexNumber) | Returns computed difference of values. |
|
|
UnaryNegation(ComplexNumber) | Returns the negated value. |