scale property

double? scale
getter/setter pair

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

core.double? scale;