Base2ExponentialHistogramStatistics sealed class Base2ExponentialHistogramStatistics : IAggregationStatistics Documentation Code public long Count { get; } public double Maximum { get; } public double Minimum { get; } public long[] PositiveBuckets { get; } public int Scale { get; } public double Sum { get; } public long ZeroCount { get; }