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

Rundet eine Zahl von 0 weg und gibt das Resultat als Integer zurück.

### Argumente

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

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

wie anint(), aber als Integer Resultat.

### Beispiel

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

### Siehe auch

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

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

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

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