====== Floor ====== Floor() The function returns the passed value rounded to the nearest previous integer. **Parameters** |< 100% 15% >| |value|The value on which the operation will be performed.| **Related** [[ceil]], [[round]] **Examples** MsgBox(Floor(1.77)) # --> 1 MsgBox(Floor(-5.123)) # --> -6