See the supported connectors for Application Integration.

FLOOR function

FLOOR function

Function Name Description Usage Input parameter Return value
FLOOR Computes the greatest integer that is less than or equal to the provided input. FLOOR() N/A An integer.

Supported data type

The FLOOR function supports the following data type:

  • Double

Example:

Sample data: $var1$ = {27.6}

Usage: $var1$.FLOOR()

Find the floor of var1.

Output: 27

Recommendation