Returns the difference of two numbers.
Returns the difference of two Complex
objects, x-y.
public static Complex Subtraction Operator(Complex,Complex);
Returns the difference of a Complex
object and a double
, x-y.
public static Complex Subtraction Operator(Complex,double);
Returns the difference of a double
and a Complex
object, x-y.
public static Complex Subtraction Operator(double,Complex);
Complex Class | Imsl.Math Namespace