IterableMathDouble extension

Extends Iterable<double> with additional basic methods.

on

Properties

highest double
Returns the highest value in the list.
no setter
lowest double
Returns the lowest value in the list.
no setter

Methods

absSum([bool invert = false]) double
Returns the sum of the absolute values in the iterable.
sum() double
Returns the sum of the values in the iterable.