Average
Returns the arithmetic mean of `source` elements as an xsd:decimal. Result is always decimal — even when source elements are integer, average of [1, 2] yields 1.5, not 1 — so authors don't have to work around integer truncation. Elements must be numeric. Empty source raises a runtime error, same contract as Min/Max (the mean of the empty set is undefined; callers guard with IsSet).
- Subclass Of
List Aggregate