mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
|
{
|
||
|
"name": "^",
|
||
|
"type": "operator",
|
||
|
"description": "Power of two values.",
|
||
|
"arguments": [
|
||
|
{ "arg": "a", "description": "value" },
|
||
|
{ "arg": "b", "description": "value" }
|
||
|
],
|
||
|
"examples": [
|
||
|
{ "expression":"5 ^ 4", "returns":"625"},
|
||
|
{ "expression":"5 ^ NULL", "returns":"NULL"}
|
||
|
]
|
||
|
}
|