up previous next
Num.Floor

Maps a rational number to the next smallest integer.
Syntax
          
Num.Floor(Num:RAT):INT

          

Description
Maps a rational number Num to the next smallest integer.

Example

Num.Floor(8.1);
Num.Floor(-8.1);
Num.Floor(8);
8
-------------------------------
-9
-------------------------------
8
-------------------------------



See Also