This function returns the closest integer to the given number.


 round(number) #Output: Number



Parser expressionDescription


%{round(2.2)}


This example returns:

2


%{round(0.75)}


This example returns:

1



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



Short descriptionReturns the closest integer to the input number.
Output