IterableMathNumNullable extension

Extends Iterable<num> with additional basic methods.

on

Properties

highest num?
Returns the highest value in the list.
no setter
lowest num?
Returns the lowest value in the list.
no setter

Methods

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