Beschreibung
Rundet eine Zahl von 0 weg.
Argumente
Name | Typ | Beschreibung |
---|---|---|
float | Beliebige Zahl |
Rückgabewert float
Gerundeter Wert, von 0 weg gerundet.
Beispiel
Result = anint(2.5);
Resultat: 3
Result = anint(-2.5);
Resultat: -3
Rundet eine Zahl von 0 weg.
Name | Typ | Beschreibung |
---|---|---|
float | Beliebige Zahl |
Gerundeter Wert, von 0 weg gerundet.
Result = anint(2.5);
Resultat: 3
Result = anint(-2.5);
Resultat: -3