NumIterableMethods<T extends num> extension

on

Methods

max() → T
Returns the maximum value.
mean() double
Returns the mean of the list elements.
min() → T
Returns the minimum value.
prod() → T
Returns the product of the entries.
stdDev() double
Returns the corrected standard deviation of the list elements.
sum() → T
Returns the sum of the entries.