TOpenCLValue.Ceil Method

function Ceil(const Src: TOpenCLValue): TOpenCLValue;

Rounds towards positive infinity.

#NameTypeDescription
1SrcTOpenCLValue

Returns: TOpenCLValue

Remarks:

Rounds towards positive infinity in-place.

Ceil(-2.8) = -2

Ceil(2.8) = 3

Ceil(-1.0) = -1