numeric-compound

Prev Next

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.

attributetypedescriptionoptions
operatorstringa symbol denoting the mathematical operation to perform
  • *
  • /
  • +
  • -
  • %
  • ^
  • criteriaarraynumeric data
  • collection
  • data_function
  • argument_reference
  • {
      "data_function_type": "numeric-compound",
      "operator": "+",
      "criteria": [
        ...,
        ...
      ]