WoW:API floor: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
floor(value) returns the floor of the value (essentially it returns the whole number of the value).
floor(value) returns the floor of the value (essentially it returns the whole number of the value).
[[Category:API Functions|floor]]
[[Category:API Math Functions|floor]]

Revision as of 19:21, 29 August 2005

floor(value) returns the floor of the value (essentially it returns the whole number of the value).