Round to the nearest bigger int64 value.
Source position: math.pp line 617
| function Ceil64( | 
| x: Float | 
| ):Int64; | 
Ceil64 rounds the value Xto the nearest bigger int64 value. The result is always bigger than X.
None.
| 
 | Return the lowest integer number greater than or equal to argument. | |
| 
 | Round to the nearest smaller int64 value. |