Math387.Norm Method

Overload List

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

Overload 1: function Norm(const X: TCplx): Double;

The ||Z||^2.

#NameTypeDescription
1XTCplx

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

See Also: Math387.Pythag

Overload 2: function Norm(const X: TSCplx): Single;

#NameTypeDescription
1XTSCplx

Returns: Single