AddOns WoW API Widget API XML UI Event API WoW Lua Macro API CVars
Battle.net
HOWTOs Snippets UI tech
Categories
← WoW API < ceil
Lua/Libshortcut
ceil(value) returns the ceiling of the value (the next highest whole number) i.e. rounds value up
> print(ceil(3.141592653)) 4
round > print(ceil(n - .5))
Template:LUA