MtxExprInt.Abs Method

Overload List

#SignatureDescription
1MatrixInt Abs(TMtxInt X)Returns the abs of elements in the source data.
2VectorInt Abs(TVecInt X)Returns the abs of elements in the source data.
3Int32 Abs(Int32 X)

Overload 1: MatrixInt Abs(TMtxInt X)

Returns the abs of elements in the source data.

#NameTypeDescription
1XTMtxIntsource TMtxInt

Returns: MatrixInt

Remarks:

Internally calls Dew.Math.TMtxVecInt.Abs

Overload 2: VectorInt Abs(TVecInt X)

Returns the abs of elements in the source data.

#NameTypeDescription
1XTVecIntsource TVecInt

Returns: VectorInt

Remarks:

Internally calls Dew.Math.TMtxVecInt.Abs

Overload 3: Int32 Abs(Int32 X)

#NameTypeDescription
1XInt32

Returns: Int32