This function returns the closest integer to the input number.


 round(number) #Output: Number



Parser expressionDescription


round(2.2)


This example returns:

2.0


round(0.75)


This example returns:

1.0



Parameters used in this function

ParameterInput (data type)Description
number

Any given number or numeric field code.



This function returns a



Use cases and examples



Parser function cloudround(number)
Map(tick)
Notes






Status
Tech review

Style guide




Short descriptionReturns the closest integer to the input number.
Output

Label