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