Click or drag to resize

FloatComplexDivide(FloatComplex, FloatComplex) Method

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 Divide(
	FloatComplex c1,
	FloatComplex c2
)

Parameters

c1  FloatComplex
A complex number.
c2  FloatComplex
A complex number.

Return Value

FloatComplex
The quotient of dividing c1 by c2.
See Also