Click or drag to resize
Complex.Subtract Method (Complex, Double)
Returns the difference of a Complex object and a double, x-y.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Complex Subtract(
	Complex x,
	double y
)

Parameters

x
Type: Imsl.Math.Complex
A Complex object.
y
Type: System.Double
A double value.

Return Value

Type: Complex
A newly constructed Complex initialized to x-y.
See Also