Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Abs(const X: TMtxInt): MatrixInt; | Returns the abs of elements in the source data. |
| 2 | function Abs(const X: TVecInt): VectorInt; | Returns the abs of elements in the source data. |
| 3 | function Abs(const X: Integer): Integer; |
Overload 1: function Abs(const X: TMtxInt): MatrixInt;
Returns the abs of elements in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt |
Returns: MatrixInt
Remarks:
Internally calls TMtxVecInt.Abs
Overload 2: function Abs(const X: TVecInt): VectorInt;
Returns the abs of elements in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt |
Returns: VectorInt
Remarks:
Internally calls TMtxVecInt.Abs
Overload 3: function Abs(const X: Integer): Integer;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Integer |
Returns: Int32