MROUND function rounds a given number to the desired multiple. @number is the number you want rounded and @multiple is the the multiple to which you want to round the number. For example, MROUND(1.7, 0.2) equals 1.8.
If @number and @multiple have different sign, MROUND returns #NUM! error.