Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector Trunc(TVec *X); | Rounds values towards to zero to integer. |
| 2 | Matrix Trunc(TMtx *X); | Rounds values towards zero to integer. |
Overload 1: Vector Trunc(TVec *X);
Rounds values towards to zero to integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * |
Remarks:
Internally calls Vector::Trunc
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix Trunc(TMtx *X);
Rounds values towards zero to integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Remarks:
Internally calls Matrix::Trunc
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler