Gambas Documentation
Documents
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Floor
Value
= Floor (
Number
)
Return the largest integral value that is not greater than
Number
.
Examples
PRINT
Floor
(
Pi
)
3
PRINT
Floor
(-
Pi
)
-4
When
Number
is a
Float
, that function is a synonymous of
Int
See also
Ceil
Int
Arithmetical Functions