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