IterableMathIntNullable extension

Extends Iterable<int> with additional basic methods.

on

Properties

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

Methods

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