This function returns the next lower integer that is lower than or equal to the given number.


floor(number) #Output: Number



Parser expressionDescription


floor(-1.3)


This example returns:

-2.0


floor(0)


This example returns:

0.0


floor(2.3)


This example returns:

2.0



Parameters used in this function

ParameterInput (data type)Description
number

Any given number.



This function returns a



Use cases and examples



Parser function cloudfloor()
Map(tick)
Notes






Status
Tech review

Style guide




Short description

Returns the the next lower integer.

Output

Label