Click or drag to resize

FloatComplexSubtract(FloatComplex, Single) 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 FloatComplex Subtract(
	FloatComplex c,
	float f
)

Parameters

c  FloatComplex
A complex number.
f  Single
A real number.

Return Value

FloatComplex
The result of subtracting f from c.
See Also