Click or drag to resize

FloatComplexSubtraction(FloatComplex, Single) Operator

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 operator -(
	FloatComplex left,
	float right
)

Parameters

left  FloatComplex
A complex number.
right  Single
A real number.

Return Value

FloatComplex
The result of subtracting right from left.
See Also