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