Base2ExponentialHistogramAggregator sealed class Base2ExponentialHistogramAggregator : Aggregator Documentation Code public Base2ExponentialHistogramAggregator(int maxBuckets = 160, int scale = 20, bool reportDeltas = false) public static int LeadingZero16(short value) public static int LeadingZero32(int value) public static int LeadingZero64(long value) public static int LeadingZero8(byte value) public int MapToIndex(double value)