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)
138
internal double ScalingFactor =>
_scalingFactor
;
250
return (int)Math.Ceiling(Math.Log(value) *
_scalingFactor
) - 1;