IterableMathNumNullable extension
Extends Iterable<num>
with additional basic methods.
Properties
- highest → num?
-
Available on Iterable<
Returns the highest value in the list.num?> , provided by the IterableMathNumNullable extensionno setter - lowest → num?
-
Available on Iterable<
Returns the lowest value in the list.num?> , provided by the IterableMathNumNullable extensionno setter
Methods
-
absSum(
[bool invert = false]) → num -
Available on Iterable<
Returns the sum of the absolute values in the iterable.num?> , provided by the IterableMathNumNullable extension -
sum(
) → num -
Available on Iterable<
Returns the sum of the values in the iterable.num?> , provided by the IterableMathNumNullable extension