Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Trunc(X: TOpenCLMatrix): clMatrix; | Rounds values towards zero to integer. |
| 2 | function Trunc(X: TOpenCLValue): clValue; | Rounds values towards to zero to integer. |
| 3 | function Trunc(X: TOpenCLVector): clVector; | Rounds values towards to zero to integer. |
Overload 1: function Trunc(X: TOpenCLMatrix): clMatrix;
Rounds values towards zero to integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: clMatrix
Remarks:
Internally calls clMatrix.Trunc
Overload 2: function Trunc(X: TOpenCLValue): clValue;
Rounds values towards to zero to integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: clValue
Remarks:
Internally calls clValue.Trunc
Overload 3: function Trunc(X: TOpenCLVector): clVector;
Rounds values towards to zero to integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls clVector.Trunc