MtxExprInt.Mag Method

Overload List

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

Overload 1: MatrixInt Mag(TMtxInt X)

Compute magnitude from the source.

#NameTypeDescription
1XTMtxIntsource TMtxInt

Returns: MatrixInt

Remarks:

Internally calls Dew.Math.TMtxVecInt.Abs

Overload 2: VectorInt Mag(TVecInt X)

Compute magnitude from the source.

#NameTypeDescription
1XTVecIntsource TVecInt

Returns: VectorInt

Remarks:

Internally calls Dew.Math.TMtxVecInt.Abs