Click or drag to resize

Complex Operators and Type Conversions

The Complex type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Complex, Complex) Calculates the sum of the two numbers
Public operatorStatic memberAddition(Complex, Double) Calculates the sum of the two numbers
Public operatorStatic memberAddition(Double, Complex) Calculates the sum of the two numbers
Public operatorStatic memberDivision(Complex, Complex) Calculates the quotient of the two numbers
Public operatorStatic memberDivision(Complex, Double) Calculates the quotient of the two numbers
Public operatorStatic memberDivision(Double, Complex) Calculates the quotient of the two numbers
Public operatorStatic memberExponent(Complex, Complex) Calculates the first number to the power of the second number
Public operatorStatic memberExponent(Complex, Double) Calculates the first number to the power of the second number
Public operatorStatic memberExponent(Double, Complex) Calculates the first number to the power of the second number
Public operatorStatic member(Double to Complex) Converts the given double value into a complex value by setting the Real part to the value and imaginary part to zero
Public operatorStatic memberMultiply(Complex, Complex) Calculates the product of the two numbers
Public operatorStatic memberMultiply(Complex, Double) Calculates the product of the two numbers
Public operatorStatic memberMultiply(Double, Complex) Calculates the product of the two numbers
Public operatorStatic memberSubtraction(Complex, Complex) Calculates the difference of the two numbers
Public operatorStatic memberSubtraction(Complex, Double) Calculates the difference of the two numbers
Public operatorStatic memberSubtraction(Double, Complex) Calculates the difference of the two numbers
Top
See Also