MtxExprInt.Abs Method

Overload List

#SignatureDescription
1function Abs(const X: TMtxInt): MatrixInt;Returns the abs of elements in the source data.
2function Abs(const X: TVecInt): VectorInt;Returns the abs of elements in the source data.
3function Abs(const X: Integer): Integer;

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

Returns the abs of elements in the source data.

#NameTypeDescription
1XTMtxInt

Returns: MatrixInt

Remarks:

Internally calls TMtxVecInt.Abs

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

Returns the abs of elements in the source data.

#NameTypeDescription
1XTVecInt

Returns: VectorInt

Remarks:

Internally calls TMtxVecInt.Abs

Overload 3: function Abs(const X: Integer): Integer;

#NameTypeDescription
1XInteger

Returns: Int32