count property

  1. @TagNumber.new(1)
Int64 get count

The total number of samples in the distribution. Must be >= 0.

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get count => $_getI64(0);
  1. @TagNumber.new(1)
set count (Int64 value)

Implementation

@$pb.TagNumber(1)
set count($fixnum.Int64 value) => $_setInt64(0, value);