Click or drag to resize

NMathFunctionsReal(FloatComplex) Method

Returns the real part of the complex number c.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static float Real(
	FloatComplex c
)

Parameters

c  FloatComplex
Complex number.

Return Value

Single
Real part of c.
See Also