MtxExprInt.Mag Method

Overload List

#SignatureDescription
1function Mag(const X: TMtxInt): MatrixInt;Result = magnitude from the source
2function Mag(const X: TVecInt): VectorInt;Result = magnitude from the source

Overload 1: function Mag(const X: TMtxInt): MatrixInt;

Compute magnitude from the source.

#NameTypeDescription
1XTMtxInt

Returns: MatrixInt

Remarks:

Internally calls TMtxVecInt.Abs

Overload 2: function Mag(const X: TVecInt): VectorInt;

Compute magnitude from the source.

#NameTypeDescription
1XTVecInt

Returns: VectorInt

Remarks:

Internally calls TMtxVecInt.Abs