IMSL C# Numerical Library

Complex.Divide Method

Returns the result of one number divided by another number.

Overload List

Returns the result of a Complex object divided by a Complex object, x/y.

public static Complex Divide(Complex,Complex);

Returns the result of a Complex object divided by a double, x/y.

public static Complex Divide(Complex,double);

Returns the result of a double divided by a Complex object, x/y.

public static Complex Divide(double,Complex);

See Also

Complex Class | Imsl.Math Namespace