You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
This is an old revision of the document!
any float value
Returns the integer value that is the nearest to fval.
integer i = llRound(-3.3); // i will become -3 integer i = llRound(3.3); // i will become 3 integer i = llRound(-99.6); // i will become -100