Click or drag to resize

Complex Operators and Type Conversions

The Complex type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds two complex numbers and returns the result.
Public operatorStatic memberDivision(Complex, Complex)
Divides one complex number by another and returns the result.
Public operatorStatic memberDivision(Complex, Double)
Divides one complex number by a scalar and returns the result.
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic member(Double to Complex)
Implicit conversion from double to complex number.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Public operatorStatic memberMultiply
Returns the product of two complex numbers.
Public operatorStatic memberSubtraction
Subtracts two complex numbers and returns the result.
Public operatorStatic memberUnaryNegation
Negates the Complex value.
Top
See Also