Values located in each bin
The configured size of each bin (stored explicitly to avoid semantic confusion with floating point arithmetic/problems with different rounding schemes)
Maximum value encountered (inclusive maximum of the underlying value range)
Average of the included numbers
Median of the included numbers
Minimum value encountered (inclusive minimum of the underlying value range)
Readonly
nameA name intended for humans to know what the histogram is about.
Standard deviation of the included numbers
A conventional histogram (e.g., created by histogramFromNumbers). Can be converted to a Table by histograms2table. As described in histogramFromNumbers, there always will be a special bin for minimum.