Floor function
Floor function
Returns the largest integer greater than or equal to the numeric value in each cell of a column. For example, if the value is 2.21, FLOOR returns 2. If the value is 5.88, FLOOR returns 5. Likewise, if the value is -5.15, FLOOR returns -6.
Namespaces
math
Input
Non-decimal numeric values
Output
Double values
Syntax
set-column :column math:floor(column)
Example
Returns largest integer greater than or equal to the numeric value in each cell in the test
column.
set-column :test math:floor(test)
, multiple selections available,
Related content
Divide function
Divide function
More like this
Absolute value function
Absolute value function
More like this
Modulo function
Modulo function
More like this
Round function
Round function
More like this
Multiply function
Multiply function
More like this
Max function
Max function
More like this
Created in 2020 by Google Inc.