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