Click or drag to resize

DoubleComplexDivide(Double, DoubleComplex) Method

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 Divide(
	double d,
	DoubleComplex c
)

Parameters

d  Double
A real number.
c  DoubleComplex
A complex number.

Return Value

DoubleComplex
The quotient of dividing f by c.
See Also