Difference between revisions of "LlRound"
Jump to navigation
Jump to search
m (LlRound moved to LSL llRound) |
|
(No difference)
|
Revision as of 19:39, 25 January 2007
- 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 rounded value of -4.5 is: "+(string)llRound(-4.5) ); } } </lsl> | ||||||
Helper Functions<lsl> </lsl> | ||||||
See Also | ||||||
Notes |