IterableOfDoubleSC extension

on

Methods

average() double?

Available on Iterable<double>, provided by the IterableOfDoubleSC extension

Returns the average value (arithmetic mean) of all elements.
max() double?

Available on Iterable<double>, provided by the IterableOfDoubleSC extension

Returns the largest value of all elements
min() double?

Available on Iterable<double>, provided by the IterableOfDoubleSC extension

Returns the lowest value of all elements
sum() double

Available on Iterable<double>, provided by the IterableOfDoubleSC extension

Returns the sum of all elements.