Skip to main content
Version: Next

Mean

Compute the mean of a list

Description

Compute the mean of a list according to a property of the business model. (All items in the list must be instances of this business model)

Inputs

  • list (List): Array, List or QueryResult
  • prop (Property): The property of type number on which do the calculation

Outputs

  • mean (Number): The mean result