MROUND
Returns a number rounded to the nearest specified multiple.
| Category | Math |
| Syntax | MROUND(number, multiple) |
Parameters
| Parameter | Required | Description |
|---|---|---|
number | Required | The value to round. |
multiple | Required | The multiple to which you want to round number. |
Example
MROUND(7, 3) // → 6
Auto-generated from the EngCanvas function registry.