MtxExprInt::Abs Function

Overload List

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

Overload 1: VectorInt Abs(TVecInt *X);

Returns the abs of elements in the source data.

#NameTypeDescription
1XTVecInt *
Remarks:

Internally calls TMtxVecInt::Abs

Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler

Overload 2: MatrixInt Abs(TMtxInt *X);

Returns the abs of elements in the source data.

#NameTypeDescription
1XTMtxInt *
Remarks:

Internally calls TMtxVecInt::Abs

Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler