zeroCount property
- @TagNumber.new(7)
zero_count is the count of values that are either exactly zero or within the region considered zero by the instrumentation at the tolerated degree of precision. This bucket stores values that cannot be expressed using the standard exponential formula as well as values that have been rounded to zero.
Implementations MAY consider the zero bucket to have probability mass equal to (zero_count / count).
Implementation
@$pb.TagNumber(7)
$fixnum.Int64 get zeroCount => $_getI64(6);
- @TagNumber.new(7)
Implementation
@$pb.TagNumber(7)
set zeroCount($fixnum.Int64 v) {
$_setInt64(6, v);
}