clValue.Ceil Method

TOpenCLValue Ceil(TOpenCLValue Src)

Rounds towards positive infinity.

#NameTypeDescription
1SrcTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

Rounds towards positive infinity in-place.

Ceil(-2.8) = -2

Ceil(2.8) = 3

Ceil(-1.0) = -1