Click or drag to resize

DoubleComplexNorm Method

Returns the norm (or modulus) of a complex number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double Norm(
	DoubleComplex c
)

Parameters

c  DoubleComplex
A complex number.

Return Value

Double
The norm of c.
See Also