Click or drag to resize
ArrayStatisticsMinimum Method
Overload List
  NameDescription
Public methodStatic memberMinimum(Double)
Returns the smallest value from the unsorted data array. Returns NaN if data is empty or any entry is NaN.
Public methodStatic memberMinimum(Single)
Returns the smallest value from the unsorted data array. Returns NaN if data is empty or any entry is NaN.
Top
See Also