Click or drag to resize

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

Parameters

left  Double
A real number.
right  DoubleComplex
A complex number.

Return Value

DoubleComplex
The quotient of dividing left by right.
See Also