IMSL C# Numerical Library

Complex.Subtract Method

Returns the difference of two numbers.

Overload List

Returns the difference of two Complex objects, x-y.

public static Complex Subtract(Complex,Complex);

Returns the difference of a Complex object and a double, x-y.

public static Complex Subtract(Complex,double);

Returns the difference of a double and a Complex object, x-y.

public static Complex Subtract(double,Complex);

See Also

Complex Class | Imsl.Math Namespace