> 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

Rundet eine Zahl auf das nächste Vielfache einer anderen Zahl.

#### 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://1085786630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWv5M2BoEVu0kDIV5EPs4%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://1085786630-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWv5M2BoEVu0kDIV5EPs4%2Fuploads%2Fgit-blob-6d2e9e97300a5c7d10d98fe0efedc7614bc6f99c%2Fgrafik.png?alt=media" alt=""><figcaption></figcaption></figure></div>
