Overload List
| # | Signature | Description |
|---|---|---|
| 1 | MatrixInt Mag(TMtxInt X) | Result = magnitude from the source |
| 2 | VectorInt Mag(TVecInt X) | Result = magnitude from the source |
Overload 1: MatrixInt Mag(TMtxInt X)
Compute magnitude from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | source TMtxInt |
Returns: MatrixInt
Remarks:
Internally calls Dew.Math.TMtxVecInt.Abs
Overload 2: VectorInt Mag(TVecInt X)
Compute magnitude from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | source TVecInt |
Returns: VectorInt
Remarks:
Internally calls Dew.Math.TMtxVecInt.Abs