IterableOfDoubleSC extension

Supercharged extensions on Iterable<double> like List<double> and Set<double>.

on

Methods

averageSC() double?
Deprecation hint: Read the migration guide for more details on migrating.
max() double?
Returns the largest value of all elements If collection is empty this returns null.
min() double?
Returns the lowest value of all elements If collection is empty this returns null.
sumSC() double
Deprecation hint: Read the migration guide for more details on migrating.