ExCellerate.Functions.Math.Floor (excellerate v0.4.0)

Copy Markdown View Source

Rounds a number down to the nearest integer.

Examples

floor(1.9)   1
floor(3.0)   3
floor(-1.2)  -2