---
title: "anint (Opus Funktion)"
---
### Beschreibung

Rundet eine Zahl von 0 weg.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [float](../../standard-datentypen/float.md) | Beliebige Zahl |

### Rückgabewert [float](../../standard-datentypen/float.md)

Gerundeter Wert, von 0 weg gerundet.

### Beispiel

```
Result = anint(2.5);
Result = anint(-2.5);
```

### Siehe auch

[aint](aint-opus-funktion.md)

[irint](irint-opus-funktion.md)

[nint](nint-opus-funktion.md)

[rint](rint-opus-funktion.md)
