MROUND

MROUND(arg1, arg2) → { number | string | boolean }

Returns a number rounded to the desired multiple.

Parameters:

Name Type Description
arg1 any

Is the value to round.

arg2 any

Is the multiple to which you want to round number.

Returns:

Type
number | string | boolean