zeroThreshold property

  1. @TagNumber.new(14)
double get zeroThreshold

ZeroThreshold may be optionally set to convey the width of the zero region. Where the zero region is defined as the closed interval -ZeroThreshold, ZeroThreshold. When ZeroThreshold is 0, zero count bucket stores values that cannot be expressed using the standard exponential formula as well as values that have been rounded to zero.

Implementation

@$pb.TagNumber(14)
$core.double get zeroThreshold => $_getN(13);
  1. @TagNumber.new(14)
set zeroThreshold (double v)

Implementation

@$pb.TagNumber(14)
set zeroThreshold($core.double v) {
  $_setDouble(13, v);
}