Vector |
| Name | Description | |
|---|---|---|
| Mean(Double) | Returns the average (=sum/N) of the elements in vector. | |
| Mean(Int32) | Returns the average (=sum/N) of the elements in vector. | |
| Mean(IReadOnlyListDouble) | Returns the average (=sum/N) of the elements in vector. | |
| Mean(IReadOnlyListSingle) | Returns the average (=sum/N) of the elements in vector. | |
| Mean(Single) | Returns the average (=sum/N) of the elements in vector. |