Overload List
| # | Signature | Description |
|---|---|---|
| 1 | MatrixInt Abs(TMtxInt X) | Returns the abs of elements in the source data. |
| 2 | VectorInt Abs(TVecInt X) | Returns the abs of elements in the source data. |
| 3 | Int32 Abs(Int32 X) |
Overload 1: MatrixInt Abs(TMtxInt X)
Returns the abs of elements in the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | source 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.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | source TVecInt |
Returns: VectorInt
Remarks:
Internally calls Dew.Math.TMtxVecInt.Abs
Overload 3: Int32 Abs(Int32 X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Int32 |
Returns: Int32