IMSL C# Numerical Library

Complex Subtraction Operator

Returns the difference of two numbers.

Overload List

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);

See Also

Complex Class | Imsl.Math Namespace