mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
<h3>Funktion abs()</h3>
|
|
Gibt den Betrag einer Zahl zurück.<br>
|
|
|
|
<h4>Syntax</h4>
|
|
abs(<i>wert</i>)<br>
|
|
|
|
<h4>Argumente</h4>
|
|
<code>wert</code> - ein Zahl.<br>
|
|
|
|
<h4>Beispiel</h4>
|
|
<code>abs(-2) → 2</code><br>
|