IterableOfDoubleSC extension

on

Methods

average() double?
Returns the average value (arithmetic mean) of all elements.
max() double?
Returns the largest value of all elements
min() double?
Returns the lowest value of all elements
sum() double
Returns the sum of all elements.