numFiniteBuckets property

int? numFiniteBuckets
getter/setter pair

The number of finite buckets.

With the underflow and overflow buckets, the total number of buckets is num_finite_buckets + 2. See comments on bucket_options for details.

Implementation

core.int? numFiniteBuckets;