System.Diagnostics.Metrics.Base2ExponentialHistogramAggregator
namespace System.Diagnostics.Metrics
{
internal sealed class Base2ExponentialHistogramAggregator : Aggregator
{
public Base2ExponentialHistogramAggregator(int maxBuckets = 160, int scale = 20, bool reportDeltas = false);
public int MapToIndex(double value);
public static int LeadingZero64(long value);
}
}