clValue::Ceil Method

TOpenCLValue *Ceil(TOpenCLValue *Src) const;

Rounds towards positive infinity.

#NameTypeDescription
1SrcTOpenCLValue *
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