DecimalPlaces
(number) The number of decimal places you want to round the number to. If 0 is passed, the number will be rounded to the nearest integer. If 2 is passed, the number will be rounded to 2 decimal places.
Re t u r n s
(number) The "rounded" version of the given number. You can use Application.GetLastError to determine whether this action failed, and why.