mean property
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);
Implementation
@$pb.TagNumber(2)
set mean($core.double v) { $_setDouble(1, v); }