scale property
The i'th exponential bucket covers the interval [scale * growth_factor^(i-1), scale * growth_factor^i) where i ranges from 1 to num_finite_buckets inclusive. Must be > 0.
Implementation
@$pb.TagNumber(3)
$core.double get scale => $_getN(2);
Implementation
@$pb.TagNumber(3)
set scale($core.double value) => $_setDouble(2, value);