$Floor
From UBot Studio
(Difference between revisions)
Line 2: | Line 2: | ||
This function is an [[Extended Math]] function in the UBot Extended Library. This command returns the previous whole integer. | This function is an [[Extended Math]] function in the UBot Extended Library. This command returns the previous whole integer. | ||
− | '''Number:''' The number being calculated. Can also be a variable, list item, table or the [[eval]] function. | + | '''Number:''' The number being calculated. Can also be a variable, list item, table cell or the [[eval]] function. |
== Example == | == Example == |
Latest revision as of 23:35, 10 June 2015
This function is an Extended Math function in the UBot Extended Library. This command returns the previous whole integer.
Number: The number being calculated. Can also be a variable, list item, table cell or the eval function.
[edit] Example
alert($floor(34.6))
Running the command will run an alert that brings up the previous whole integer for the value 34.6, which is 34.