floor (Function) |
Top Previous Next |
This function will calculate the largest integral value that is not larger 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 largest integral value as DOUBLE.
Declaration: FUNCTION floor : DOUBLE;
Example: INCLUDE rtcu.inc |