|  | DoubleComplexNorm Method | 
            Returns the norm (or modulus) of a complex number.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic static double Norm(
	DoubleComplex c
)
Public Shared Function Norm ( 
	c As DoubleComplex
) As Double
public:
static double Norm(
	DoubleComplex c
)
static member Norm : 
        c : DoubleComplex -> float Parameters
- c  DoubleComplex
- A complex number.
Return Value
DoubleThe norm of 
c.
 See Also
See Also