  | NMathFunctionsReal(FloatComplex) Method | 
            Returns the real part of the complex number c.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static float Real(
	FloatComplex c
)
Public Shared Function Real ( 
	c As FloatComplex
) As Single
public:
static float Real(
	FloatComplex c
)
static member Real : 
        c : FloatComplex -> float32 Parameters
- c  FloatComplex
 - Complex number.
 
Return Value
SingleReal part of 
c.
See Also