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