growthFactor property

double? growthFactor
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 larger than 1.0.

Implementation

core.double? growthFactor;