Skip to main content

MROUND

Returns a number rounded to the nearest specified multiple.

CategoryMath
SyntaxMROUND(number, multiple)

Parameters

ParameterRequiredDescription
numberRequiredThe value to round.
multipleRequiredThe multiple to which you want to round number.

Example

MROUND(7, 3)     // → 6

Auto-generated from the EngCanvas function registry.