IDKitNumList<T extends num> extension

on

Properties

average double
Get the average of a collection of numbers
no setter
max → T
Get the maximum value of a collection of numbers
no setter
min → T
Get the minimum value of a collection of numbers
no setter
sum → T
The sum of all elements of the set of numbers
no setter