Description
Rounds a value to the nearest number or specified number of digits.
Signature
Round('value', 'digitprecision')
Example
Round(123.47676, 2) Returns 123.48
Parameters
Name | Type | Description | Required |
---|---|---|---|
value | xxxx | xxxx | xxxx |
digitprecision | xxxx | xxxx | xxxx |