WoW:API ceil

From AddOn Studio
Revision as of 12:14, 26 May 2006 by WoWWiki>Mikk (Use Lua/Libshortcut template. Change category from "LUA Functions" to "Lua functions".)
Jump to navigation Jump to search

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

Template:LUA