You are here: Symbol Reference > clMtxExpr Namespace > Classes > clMatrix Record > public > Ceil Method > clMatrix.Ceil Method ()
MtxVec VCL
ContentsIndex
PreviousUpNext
clMatrix.Ceil Method ()

Rounds towards positive infinity.

Pascal
function Ceil: TOpenCLMtxVec; overload;

Rounds all calling object elements towards positive infinity in-place. 

Ceil(-2.8) = -2 

Ceil(2.8) = 3 

Ceil(-1.0) = -1 

 

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!