Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clVector Trunc(TOpenCLVector *X); | Rounds values towards to zero to integer. |
| 2 | clMatrix Trunc(TOpenCLMatrix *X); | Rounds values towards zero to integer. |
| 3 | clValue Trunc(TOpenCLValue *X); | Rounds values towards to zero to integer. |
Overload 1: clVector Trunc(TOpenCLVector *X);
Rounds values towards to zero to integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector * |
Remarks:
Internally calls clVector::Trunc
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 2: clMatrix Trunc(TOpenCLMatrix *X);
Rounds values towards zero to integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix * |
Remarks:
Internally calls clMatrix::Trunc
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler
Overload 3: clValue Trunc(TOpenCLValue *X);
Rounds values towards to zero to integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue * |
Remarks:
Internally calls clValue::Trunc
Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler