ceil (Function) |
Top Previous Next |
This function will calculate the smallest integral value that is not smaller than the value.
Note: This function works with DOUBLE, but can also work with FLOAT as described in the Floating-point math introductory section.
Input: V : DOUBLE Value to convert.
Returns: DOUBLE The smallest integral value as DOUBLE.
Declaration: FUNCTION ceil : DOUBLE;
Example: INCLUDE rtcu.inc |