Click or drag to resize

FloatComplexDivide(FloatComplex, Single) 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 FloatComplex Divide(
	FloatComplex c,
	float f
)

Parameters

c  FloatComplex
A complex number.
f  Single
A real number.

Return Value

FloatComplex
The quotient of dividing c by f.
See Also