mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
8 lines
258 B
Plaintext
8 lines
258 B
Plaintext
|
{
|
||
|
"function": "floor",
|
||
|
"description": "Rounds a number downwards.",
|
||
|
"arguments": [ {"arg":"value","description":"a number"}],
|
||
|
"examples": [ { "expression":"floor(4.9)", "returns":"4"},
|
||
|
{ "expression":"floor(-4.9)", "returns":"-5"}]
|
||
|
}
|