LlRound
Revision as of 01:01, 25 January 2007 by Strife Onizuka (talk | contribs)
- The correct title of this article is llRound. The initial letter is shown capitalized due to technical restrictions.
SpecificationReturns val rounded to the nearest integer
| ||||||
Caveats | ||||||
Examples<lsl> default { state_entry() { llSay(0,"The ceil value of -4.5 is: "+(string)llCeil(-4.5) ); } } </lsl> | ||||||
Helper Functions<lsl> </lsl> | ||||||
See Also | ||||||
Notes |