You are here: Symbol Reference > clMtxVec Namespace > Classes > TOpenCLMtxVec Class > public > Floor Method > TOpenCLMtxVec.Floor Method ()
MtxVec VCL
ContentsIndex
PreviousUpNext
TOpenCLMtxVec.Floor Method ()

Rounds towards negative infinity.

Pascal
function Floor: TOpenCLMtxVec; overload;

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

Floor(-2.8) = -3 

Floor(2.8) = 2 

Floor(-1.0) = -1 

 

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