LSL Wiki Mirror 10-5-2006:
llCeil
HomePage
::
PageIndex
::
RecentChanges
::
RecentlyCommented
::
UserSettings
::
integer
llCeil(
float
val);
Returns
the smallest
integer
value
>=
val
(rounds up).
The usage of these functions can be tricky. For examples of potential issues see
llFrand
.
Compare with
llFloor
and
llRound
.
Functions
|
Math
There are 7 comments on this page. [
Display comments/form
]