Click or drag to resize

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

Parameters

c1  DoubleComplex
A complex number.
c2  DoubleComplex
A complex number.

Return Value

DoubleComplex
The quotient of dividing c1 by c2.
See Also