IterableOfIntSC extension

on

Methods

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