numeric-compound
  • 27 Jul 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

numeric-compound

  • Dark
    Light
  • PDF

Article summary

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": [
        ...,
        ...
      ]
    

    Was this article helpful?

    What's Next