Click or drag to resize
ComplexDivision Operator
Returns the value of one number divided by another number.
Overload List
  NameDescription
Public operatorStatic memberDivision(Double, Complex)
Returns the result of a double divided by a Complex object, x/y.
Public operatorStatic memberDivision(Complex, Complex)
Returns the result of a Complex object divided by a Complex object, x/y.
Public operatorStatic memberDivision(Complex, Double)
Returns the result of a Complex object divided by a double, x/y.
Top
See Also