mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
19 lines
347 B
Plaintext
19 lines
347 B
Plaintext
|
{
|
||
|
"name": "//",
|
||
|
"type": "operator",
|
||
|
"groups": ["Operators"],
|
||
|
"description": "Floor division of two values",
|
||
|
"arguments": [{
|
||
|
"arg": "a",
|
||
|
"description": "value"
|
||
|
}, {
|
||
|
"arg": "b",
|
||
|
"description": "value"
|
||
|
}],
|
||
|
"examples": [{
|
||
|
"expression": "9 // 2",
|
||
|
"returns": "4"
|
||
|
}],
|
||
|
"tags": ["division", "floor", "values"]
|
||
|
}
|