mean property

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

The arithmetic mean of the values in the population. If count is zero then this field must be zero.

Implementation

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

Implementation

@$pb.TagNumber(2)
set mean($core.double v) { $_setDouble(1, v); }