TOpenCLValue Ceil(TOpenCLValue Src)
Rounds towards positive infinity.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
Rounds towards positive infinity in-place.
Ceil(-2.8) = -2
Ceil(2.8) = 3
Ceil(-1.0) = -1