LlCeil: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m LlCeil moved to LSL llCeil |
(No difference)
| |
Revision as of 19:37, 25 January 2007
- The correct title of this article is llCeil. The initial letter is shown capitalized due to technical restrictions.
SpecificationReturns smallest integer value >= val
| ||||||
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 |