Returns the difference of two numbers.

Overload List

NameDescription
Subtract(Complex, Complex)
Returns the difference of two Complex objects, x-y.
Subtract(Complex, Double)
Returns the difference of a Complex object and a double, x-y.
Subtract(Double, Complex)
Returns the difference of a double and a Complex object, x-y.

See Also