123456789101112131415161718192021222324252627282930313233 |
- .. _func_maths_ceil:
- ====
- Ceil
- ====
- Ceil -
- Description
- ===========
- .. code-block:: blitzmax
- Ceil:Double( x:Double )
- Smallest integral value not less than @x
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|