Go to Contents
Previous
Page
Next
Page
Contents > Functions reference (alphabetical list) > Number functions > Floor function

Floor function
Format

Floor(number)
Parameter
number - any numeric expression or field containing a numeric expression
Data type returned
number
Description
Returns number rounded down to the next lower integer.
Examples
Floor(1.25) returns 1.
Floor(-1.25) returns -2.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas

Contents > Functions reference (alphabetical list) > Number functions > Floor function
Previous
Page
Next
Page