Click or drag to resize

DoubleComplexDivision(DoubleComplex, DoubleComplex) 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 DoubleComplex operator /(
	DoubleComplex left,
	DoubleComplex right
)

Parameters

left  DoubleComplex
A complex number.
right  DoubleComplex
A complex number.

Return Value

DoubleComplex
The quotient of dividing left by right.
See Also