Returns the value of one number divided by another number.
Returns the result of a Complex object divided by a Complex object, x/y.
public static Complex Division Operator(Complex,Complex);
Returns the result of a Complex object divided by a double, x/y.
public static Complex Division Operator(Complex,double);
Returns the result of a double divided by a Complex object, x/y.
public static Complex Division Operator(double,Complex);
Complex Class | Imsl.Math Namespace