Click or drag to resize

StreamingStatisticsMaximum Method

Overload List
 NameDescription
Public methodStatic memberMaximum(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.
Public methodStatic memberMaximum(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.
Top
See Also