mean property

Decimal mean

Returns the mean/average of this numeric collection.

Implementation

Decimal get mean => sum.divideIntAsDecimal(length);