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

Compare with Current View Page History

« Previous Version 5 Next »

This function returns the closest integer to the given number.

Syntax
 round(number) #Output: Number
Examples
Parser expressionDescription
%{round(2.2)}

This example returns:

2

%{round(0.75)}

This example returns:

1

Additional information

Parameters used in this function

ParameterInput (data type)Description
number

NUMBER

Any given number.
Output

This function returns a NUMBER