You are here: Symbol Reference > Math387 Namespace > Functions > Math387.Floor Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.Floor Function

Round towards negative infinity.

Pascal
function Floor(const X: double): Int64; overload;

the biggest integer less than or equal to X. 

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!