IterableNumNullX<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() num
Returns the sum of all elements in the collection.