Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase *Ceil(TOpenCLBase *Src, int SrcIndex, int Index, int Len); | |
| 2 | TOpenCLValue *Ceil(TOpenCLValue *Src); | Rounds towards positive infinity. |
Overload 1: TOpenCLBase *Ceil(TOpenCLBase *Src, int SrcIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLBase * | |
| 2 | SrcIndex | int | |
| 3 | Index | int | |
| 4 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TOpenCLValue *Ceil(TOpenCLValue *Src);
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::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler