mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
{
|
|
"name": "NOT",
|
|
"type": "operator",
|
|
"groups": ["Operators"],
|
|
"description": "Negates a condition.",
|
|
"arguments": [
|
|
{"arg":"a","description":"condition"}
|
|
],
|
|
"examples": [
|
|
{ "expression":"NOT 1", "returns":"0"},
|
|
{ "expression":"NOT 0", "returns":"1"}
|
|
]
|
|
}
|