  | FloatComplexNorm Method | 
            Returns the norm (or modulus) of a complex number.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static float Norm(
	FloatComplex c
)
Public Shared Function Norm ( 
	c As FloatComplex
) As Single
public:
static float Norm(
	FloatComplex c
)
static member Norm : 
        c : FloatComplex -> float32 Parameters
- c  FloatComplex
 - A complex number.
 
Return Value
SingleThe norm of 
c.
See Also