offset property
The i'th linear bucket covers the interval [offset + (i-1) * width, offset + i * width) where i ranges from 1 to num_finite_buckets, inclusive.
Implementation
@$pb.TagNumber(3)
$core.double get offset => $_getN(2);
Implementation
@$pb.TagNumber(3)
set offset($core.double value) => $_setDouble(2, value);