Skip to main content
Workday User Guide
Last Updated: 2023-06-23
FLOOR

FLOOR

Description

FLOOR
is a row function that returns the largest integer that is less than or equal to the input argument.

Syntax

FLOOR
(
LONG
)

Return Value

Returns one value per row of type
LONG
.

Input Parameters

double
Required. A field or expression of type
LONG
.

Examples

Return the floor value of
32.6789
:
FLOOR(32.6789) returns
32.0