# 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="https://3148043601-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL43fiRbeRtPnTjMpbGNO%2Fuploads%2Fgit-blob-e7630c2ac34d2b1d3c7488e1095949aa338e33ca%2Fspaces_qZ1Ljfx89xXslsVtuQIM_uploads_9s6uKRyEtghdCTy8BOEN_grafik.webp?alt=media" alt=""><figcaption></figcaption></figure></div>

MROUND with multiple values:

<div align="left"><figure><img src="https://3148043601-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL43fiRbeRtPnTjMpbGNO%2Fuploads%2Fgit-blob-6d2e9e97300a5c7d10d98fe0efedc7614bc6f99c%2Fgrafik%20(535).png?alt=media" alt=""><figcaption></figcaption></figure></div>
