Click or drag to resize

FloatComplexNorm 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 float Norm(
	FloatComplex c
)

Parameters

c  FloatComplex
A complex number.

Return Value

Single
The norm of c.
See Also