arrayMeanVlaue property

num arrayMeanVlaue

Computes the mean of the values in array. This is equivalent to the mean function. Returns the mean of the values in array.

Implementation

num get arrayMeanVlaue => arrayMean(this);