Complex Operators and Type Conversions |
The Complex type exposes the following members.
Name | Description | |
---|---|---|
Addition(Double, Complex) |
Computes the sum of a real and a complex number.
| |
Addition(Complex, Complex) |
Adds two complex numbers.
| |
Addition(Complex, Double) |
Computes the sum of a complex and a real number.
| |
Division(Complex, Complex) |
Divides two complex numbers.
| |
Division(Complex, Double) |
Divides a complex number by a real number.
| |
Equality |
Tests the equality of two complex numbers.
| |
(Complex to Double) |
Converts the complex number to a double-precision real number.
| |
(Double to Complex) |
Converts a double-precision real number to a complex number.
| |
(Complex to Complex) |
Converts a System.Numerics.Complex number to a Meta.Numerics.Complex number.
| |
(Complex to Complex) |
Converts a Meta.Numerics.Complex number to a System.Numerics.Complex number.
| |
Inequality |
Tests the inequality of two complex numbers.
| |
Multiply(Double, Complex) |
Multiplies a complex number by a real number.
| |
Multiply(Complex, Complex) |
Multiplies two complex numbers.
| |
Multiply(Complex, Double) |
Multiplies a real number by a complex number.
| |
Subtraction |
Subtracts the second complex number from the first.
| |
UnaryNegation |
Negates a complex number.
|