acceptedWithDeviation property
- @TagNumber.new(4)
The number of samples that were accepted with deviation
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get acceptedWithDeviation => $_getI64(3);
- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set acceptedWithDeviation($fixnum.Int64 value) => $_setInt64(3, value);