mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-10 00:13:55 -04:00
15 lines
278 B
Plaintext
15 lines
278 B
Plaintext
|
<h3>Funktion floor()</h3>
|
||
|
Rundet eine Zahl ab.
|
||
|
|
||
|
<h4>Syntax</h4>
|
||
|
<code>floor(wert)</code><br>
|
||
|
|
||
|
<h4>Argumente</h4>
|
||
|
<code>wert</code> - eine Zahl.
|
||
|
<br>
|
||
|
|
||
|
<h4>Beispiel</h4>
|
||
|
<!-- Show example of function.-->
|
||
|
<code>floor(4.9) → 4</code><br>
|
||
|
<code>floor(-4.9) → -5</code><br>
|