NextGen Knowledge Center

FLOOR Function

Use:Calculates the floor of the provided value.
Syntax:
{FLOOR( «value» )}
Arguments:

«value»
    Numeric or decimal value
Returns:The rounds down to the integer.
Example:
{CEILING(7.2)

Result: 7