Function Round() Foundation
Rounds a numeric value to a specific number of decimal places.
Round( <nValue>, <nDecimals>) --> nRoundedValue
Round() returns a numeric value.
When <nDecimals> is greater than or equal to zero, the numeric function Round() rounds the value <nValue> to the number of decimal places specified by <nDecimals>. When <nDecimals> is a negative value, the places before the decimal point are rounded. The digits 5 to 9 are rounded up, while the digits 0 to 4 round down.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.