firstBucketOffset property

int? firstBucketOffset
getter/setter pair

Starting index of first stored bucket.

The non-inclusive upper-bound of the ith bucket is given by: pow(10,(i-first_bucket_offset)/3) * (1,2,5)[(i-first_bucket_offset)%3]

Implementation

core.int? firstBucketOffset;