Click or drag to resize

FloatComplexDivision(FloatComplex, FloatComplex) Operator

Returns the quotient of dividing one complex number by another.

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

Parameters

left  FloatComplex
A complex number.
right  FloatComplex
A complex number.

Return Value

FloatComplex
The quotient of dividing left by right.
See Also