floatround - Rounds a float into an integer value.
Syntax
floatround ( Float:value, [ method ] )
Type
Native
Notes
The methods of rounding that can be supplied are:
floatround_round //This is default
floatround_floor
floatround_ceil
floatround_tozero
User Contributed Notes
anonymous
Jul-12-05 03:03:33
Methods
_round : rounds to the nearest integer
_floor : rounds down to the nearest integer
_ceil : rounds up to the nearest integer
Not sure what zero does