Click or drag to resize
ComplexSubtraction Operator
Returns the difference of two numbers.
Overload List
  NameDescription
Public operatorStatic memberSubtraction(Double, Complex)
Returns the difference of a double and a Complex object, x-y.
Public operatorStatic memberSubtraction(Complex, Complex)
Returns the difference of two Complex objects, x-y.
Public operatorStatic memberSubtraction(Complex, Double)
Returns the difference of a Complex object and a double, x-y.
Top
See Also