Click or drag to resize

DoubleComplexSubtract(DoubleComplex, Double) Method

Returns the difference of a complex number and a real number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleComplex Subtract(
	DoubleComplex c,
	double d
)

Parameters

c  DoubleComplex
A complex number.
d  Double
A real number.

Return Value

DoubleComplex
The result of subtracting f from c.
See Also