IterableOfDoubleSC extension
Methods
-
average(
) → double? -
Available on Iterable<
Returns the average value (arithmetic mean) of all elements.double> , provided by the IterableOfDoubleSC extension -
max(
) → double? -
Available on Iterable<
Returns the largest value of all elementsdouble> , provided by the IterableOfDoubleSC extension -
min(
) → double? -
Available on Iterable<
Returns the lowest value of all elementsdouble> , provided by the IterableOfDoubleSC extension -
sum(
) → double -
Available on Iterable<
Returns the sum of all elements.double> , provided by the IterableOfDoubleSC extension