numFiniteBuckets property
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;
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.
core.int? numFiniteBuckets;