Floor()
Summary
Returns the next smaller integer before a value.
Syntax
value = Floor(real value1)
| Argument | Contents |
|---|---|
| value1 | Any number. |
Returns
An integer equal to the next smaller integer before value1.
See Also
| Function | Summary |
|---|---|
| Ceil() | Returns the next larger integer after a value |