Click or drag to resize

StatisticsMaximum Method

Overload List
 NameDescription
Public Extension MethodMaximum(IEnumerableDouble) Returns the maximum value in the sample data. Returns NaN if data is empty or if any entry is NaN.
Public Extension MethodMaximum(IEnumerableNullableDouble) Returns the maximum value in the sample data. Returns NaN if data is empty or if any entry is NaN. Null-entries are ignored.
Public Extension MethodMaximum(IEnumerableSingle) Returns the maximum value in the sample data. Returns NaN if data is empty or if any entry is NaN.
Top
See Also