StatsExtensions<T extends num> extension

on

Properties

average num
Returns the average (mean) of all values in this.
no setter
lightStats LightStats<T>
no setter
max → T
Returns the maximum of all values in this.
no setter
min → T
Returns the minimum values in this.
no setter
stats Stats<T>
no setter
sum → T
Returns the sum of all values in this.
no setter