Click or drag to resize

StreamingStatisticsMinimum Method

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