TOpenCLValue *Ceil(TOpenCLValue *Src) const;
Rounds towards positive infinity.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLValue * |
Remarks:
Rounds towards positive infinity in-place.
Ceil(-2.8) = -2
Ceil(2.8) = 3
Ceil(-1.0) = -1
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler