- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
numeric-compound
creates: numeric variable
A numeric-compound
data function receives an operator
and a criteria
of two-or-more numeric variables
, data functions, or argument-references
to produce a singular numeric variable per entity.
attribute | type | description | options |
---|---|---|---|
operator | string | a symbol denoting the mathematical operation to perform | * / + - % ^ |
criteria | array | numeric data | collection data_function argument_reference |
{
"data_function_type": "numeric-compound",
"operator": "+",
"criteria": [
...,
...
]
Was this article helpful?