mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
added help jsons
This commit is contained in:
parent
0a5f492864
commit
d24f9a13c8
8
resources/function_help/json/array_max
Normal file
8
resources/function_help/json/array_max
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "array_max",
|
||||
"type": "function",
|
||||
"groups": ["Arrays"],
|
||||
"description": "Returns the maximum value of an array.",
|
||||
"arguments": [ {"arg":"array","description":"an array"} ],
|
||||
"examples": [ { "expression":"array_max(array(0,42,4,2))", "returns":"42"}]
|
||||
}
|
8
resources/function_help/json/array_min
Normal file
8
resources/function_help/json/array_min
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "array_min",
|
||||
"type": "function",
|
||||
"groups": ["Arrays"],
|
||||
"description": "Returns the minimum value of an array.",
|
||||
"arguments": [ {"arg":"array","description":"an array"} ],
|
||||
"examples": [ { "expression":"array_min(array(43,42,54))", "returns":"42"}]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user