Click or drag to resize

ArrayStatisticsMean Method

Overload List
 NameDescription
Public methodStatic memberMean(Double) Estimates the arithmetic sample mean from the unsorted data array. Returns NaN if data is empty or any entry is NaN.
Public methodStatic memberMean(Int32) Estimates the arithmetic sample mean from the unsorted data array. Returns NaN if data is empty or any entry is NaN.
Public methodStatic memberMean(Single) Estimates the arithmetic sample mean from the unsorted data array. Returns NaN if data is empty or any entry is NaN.
Top
See Also