Click or drag to resize

DoubleComplex Operators and Type Conversions

The DoubleComplex type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Double, DoubleComplex) Returns the sum of a real and a complex number.
Public operatorStatic memberAddition(DoubleComplex, DoubleComplex) Returns the sum of two complex numbers.
Public operatorStatic memberAddition(DoubleComplex, Double) Returns the sum of a complex number and a real number.
Public operatorStatic memberDivision(Double, DoubleComplex) Returns the quotient of dividing a real number by a complex number.
Public operatorStatic memberDivision(DoubleComplex, DoubleComplex) Returns the quotient of dividing one complex number by another.
Public operatorStatic memberDivision(DoubleComplex, Double) Returns the quotient of dividing a complex number by a real number.
Public operatorStatic memberEquality(DoubleComplex, DoubleComplex) Tests for equality of two complex numbers.
Public operatorStatic member(Double to DoubleComplex) Implicitly converts a double-precision floating point number into a DoubleComplex instance. The imaginary part is set to 0.0.
Public operatorStatic member(FloatComplex to DoubleComplex) Implicitly converts a FloatComplex instance into a DoubleComplex instance.
Public operatorStatic memberInequality(DoubleComplex, DoubleComplex) Tests for inequality of two complex numbers.
Public operatorStatic memberMultiply(Double, DoubleComplex) Returns the product of a real and a complex number.
Public operatorStatic memberMultiply(DoubleComplex, DoubleComplex) Returns the product of two complex numbers.
Public operatorStatic memberMultiply(DoubleComplex, Double) Returns the product of a complex number and a real.
Public operatorStatic memberSubtraction(Double, DoubleComplex) Returns the difference of a real number and a complex number.
Public operatorStatic memberSubtraction(DoubleComplex, DoubleComplex) Returns the difference of two complex numbers.
Public operatorStatic memberSubtraction(DoubleComplex, Double) Returns the difference of a complex number and a real number.
Public operatorStatic memberUnaryNegation(DoubleComplex) Returns the negation of a complex number.
Top
See Also