$round

Returns the closest integer value to the given numeric decimal value.
Syntax
    $round{decimal_value}{decimal_digits}
DocumentationReturns the closest integer value to the given numeric decimal value:

    Parameters:
      decimal_value, the decimal value to be rounded.
      decimal_digits, the floating point decimal digits to round.
    Returns:
      the closest integer to the given decimal value.
Examples
GroupMath
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters2
Maximum parameters 2