Math387.Norm Method

Overload List

#SignatureDescription
1Double Norm(TCplx X)The ||Z||^2.
2Single Norm(TSCplx X)

Overload 1: Double Norm(TCplx X)

The ||Z||^2.

#NameTypeDescription
1XTCplxscalar

Returns: Double - the squared norm of complex number: (x+i*y) becomes:Sqr(x) + Sqr(y).

See Also: Math387.Pythag

Overload 2: Single Norm(TSCplx X)

#NameTypeDescription
1XTSCplxscalar

Returns: Single