> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/mathematical-functions/mround.md).

# MROUND

#### Syntax <a href="#syntax.44" id="syntax.44"></a>

**MROUND**(valu&#x65;*;* *factor*)

* *value* - the number which should be rounded - ***Value type**: number*
* *factor* - the number to whose multiple *value* is rounded - ***Value type**: number*

#### Examples <a href="#examples.10" id="examples.10"></a>

MROUND with single values. Value is rounded from 16.2 to 15, as 15 is the nearest multiple of 3.

<div align="left"><figure><img src="/files/H8gwukgEmXnzXDCThvbO" alt=""><figcaption></figcaption></figure></div>

MROUND with multiple values:

<div align="left"><figure><img src="/files/DTQZydEHbe8xYnCj0aiu" alt=""><figcaption></figcaption></figure></div>
