IterableNumX<T extends num> extension

Extensions for iterables

on

Methods

average() double
Returns the average of all elements in the collection.
median() double
Returns the median of the elements in this collection.
sum() → T
Returns the sum of all elements in the collection.