Click or drag to resize

FloatComplexDivision(Single, FloatComplex) Operator

Returns the quotient of dividing a real number by a complex number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatComplex operator /(
	float left,
	FloatComplex right
)

Parameters

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

Return Value

FloatComplex
The quotient of dividing left by right.
See Also