You are here: Symbol Reference > MtxExpr Namespace > Classes > Matrix Record > public > Floor Method > Matrix.Floor Method ()
MtxVec VCL
ContentsIndex
PreviousUpNext
Matrix.Floor Method ()

Rounds towards negative infinity.

Pascal
function Floor: TMtxVec; 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!