You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This function returns the floor value. i.e. The greatest mathematical integer that is less than or equal to x.

Syntax
floor(x) #Output: Number
Examples
Parser expressionDescription
floor(-1.3)
This example returns -2.0
floor(0)
This example returns 0.0
ceil(2.3)
This example returns 2.0
Additional information

Parameters used in this function

ParameterInput (data type)Description
x

NUMBER

Any given number.
Output

This function returns a NUMBER