Difference between revisions of "$floor"

From Scriptwiki
Jump to: navigation, search
(No difference)

Revision as of 13:51, 5 September 2005

Returns N rounded to the next lowest integer.

$floor(N)
  • N is the number you want the next lowest integer of.

Examples

$floor($pi) - will return 3
$floor(-4,99) - will return -5

See Also

$round, $ceil and $int.