Click or drag to resize

DoubleComplexDivide(DoubleComplex, Double) Method

Returns the quotient of dividing a complex number by a real number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleComplex Divide(
	DoubleComplex c,
	double d
)

Parameters

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

Return Value

DoubleComplex
The quotient of dividing c by f.
See Also