Returns the result of one number divided by another number.

Overload List

NameDescription
Divide(Complex, Complex)
Returns the result of a Complex object divided by a Complex object, x/y.
Divide(Complex, Double)
Returns the result of a Complex object divided by a double, x/y.
Divide(Double, Complex)
Returns the result of a double divided by a Complex object, x/y.

See Also