Streaming |
| Name | Description | |
|---|---|---|
| Maximum(IEnumerableDouble) | Returns the largest value from the enumerable, in a single pass without memoization. Returns NaN if data is empty or any entry is NaN. | |
| Maximum(IEnumerableSingle) | Returns the largest value from the enumerable, in a single pass without memoization. Returns NaN if data is empty or any entry is NaN. |