See the supported connectors for Application Integration.

FLOOR function

FLOOR function

Function NameDescriptionUsageInput parameterReturn value
FLOORComputes the greatest integer that is less than or equal to the provided input.FLOOR()N/AAn 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