Extracted Data Version
Overview
Grammar | FLOOR(number) | Rounds down the number parameter to the nearest integer less than or equal to its absolute value. |
Parameter | number | Number to be rounded down |
Notes
The function supports only one number and returns illegal if more than one numbers are set.
Example
Formula | Result | Notes |
---|---|---|
FLOOR(-2.5) | -2 | |
FLOOR(2.5) | 2 |
Direct Connect Data Version
Overview
Grammar | FLOOR(number) | Rounds down the number parameter to the nearest integer less than or equal to its value. |
Parameter | number | Number to be rounded down |
Notes
The function supports only one number and returns illegal if more than one numbers are set.
Example
Formula | Result | Notes |
---|---|---|
FLOOR(-2.5) | -2 | |
FLOOR(2.5) | 2 |