# MROUND

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

**MROUND**(*value;* *factor*)

* *value* - die Zahl, die gerundet werden soll - ***Wertetyp**: Zahl*
* *factor* - die Zahl, auf deren Vielfaches gerundet werden sollen - ***Wertetyp**: Zahl*

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

MROUND mit einzelnen Werten. Value wird von 16,2 auf 15 gerundet, da 15 das nächste Vielfache von 3 ist.

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

MROUND auf mehreren Werten:

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nedyx.com/version-1.52-de-preview/clearlines-funktionen/mathematische-funktionen/mround.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
