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