Array |
| Name | Description | |
|---|---|---|
| Mean(Double) | Estimates the arithmetic sample mean from the unsorted data array. Returns NaN if data is empty or any entry is NaN. | |
| Mean(Int32) | Estimates the arithmetic sample mean from the unsorted data array. Returns NaN if data is empty or any entry is NaN. | |
| Mean(Single) | Estimates the arithmetic sample mean from the unsorted data array. Returns NaN if data is empty or any entry is NaN. |