average

.average from:{Iterable<Any>} -> Number

Return

the average of all elements in the collection. If an element is not numeric it is ignored.

Parameters

from

numeric collection to get the average from

Chaining

This function is designed to be chained with other function calls:
Iterable<Any>::average -> Number