mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
|
{
|
||
|
"name": "NOT",
|
||
|
"type": "operator",
|
||
|
"description": "Negates a condition.",
|
||
|
"arguments": [
|
||
|
{"arg":"a","description":"condition"}
|
||
|
],
|
||
|
"examples": [
|
||
|
{ "expression":"NOT 1", "returns":"0"},
|
||
|
{ "expression":"NOT 0", "returns":"1"}
|
||
|
]
|
||
|
}
|