1 write to _scalingFactor
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\Base2ExponentialHistogramAggregator.cs (1)
129_scalingFactor = BitConverter.Int64BitsToDouble(0x71547652B82FEL | ((0x3FFL + value) << FractionWidth));
2 references to _scalingFactor
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\Base2ExponentialHistogramAggregator.cs (2)
138internal double ScalingFactor => _scalingFactor; 250return (int)Math.Ceiling(Math.Log(value) * _scalingFactor) - 1;