Abs
Abs(float1) : float Abs(decimal1) : decimal Abs(int1) : int Abs(bigint1) : bigint
Betragsfunktion
Details
- float1 / decimal1 / int1 / bigint1: Ausgangswert
- Resultat:
float/decimal/int/bigintBetrag - Siehe: Verwandte Befehle ,
Sgn ()
Vom Ausgangswert wird der Betrag errechnet.
Beispiele:
Abs(-15.71) // 15.71
Abs(15.71) // 15.71
Abs(0.0) // 0.0