Float floor(Float x)
Arguments
x: The number
Usage
Returns the highest integer not greater than x (rounds down). Note that the return type is still Float.
x: The numberReturns the highest integer not greater than x (rounds down). Note that the return type is still Float.