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