FLOOR (x#)
Purpose Returns the smallest integer that is not less than x#.
Examples A# = FLOOR (3.456)
B# = FLOOR (-3.456))
Comments: A# will be assigned the value 3.0
B# will be assigned the value –4.0
See Also CEILING, ROUND

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual