BinaryHistogram.mean

struct BinaryHistogram(uint MaxPow2, istring Suffix = "")
double
mean
()

Return Value

Type: double

the mean value over all calls to add. May be NaN if this.count == 0.

Meta