width property

  1. @TagNumber.new(2)
double get width

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. Must be strictly positive.

Implementation

@$pb.TagNumber(2)
$core.double get width => $_getN(1);
  1. @TagNumber.new(2)
set width (double value)

Implementation

@$pb.TagNumber(2)
set width($core.double value) => $_setDouble(1, value);