From Second Life Wiki
Round
llRound
Description
Function: integer llRound( float val );
Returns an integer that is val rounded towards zero by traditional numeric rounding.
| • float
| val
| –
| Any valid float value
|
|
If the absolute value of the tenths position is 4 or less, val is rounded off; otherwise, val is rounded towards infinity of like signedness of val.
See Also
Functions
| •
| llCeil
| –
| Rounds the float to an integer towards positive infinity
|
|
| •
| llFloor
| –
| Rounds the float to an integer towards negative infinity
|
|