Click or drag to resize
Accord.NET (logo)

SortNthElement Method

Overload List
  NameDescription
Public methodStatic memberNthElementT(T, Int32, Boolean)
Retrieves the n-th smallest element in an array. See remarks for more info.
Public methodStatic memberNthElementTKey, TValue(TKey, TValue, Int32, Boolean)
Retrieves the n-th smallest element in an array. See remarks for more info.
Public methodStatic memberNthElementT(T, Int32, Int32, Int32, Boolean)
Retrieves the n-th smallest element in an array. See remarks for more info.
Public methodStatic memberNthElementT(T, Int32, Int32, Int32, FuncT, T, Int32, Boolean)
Retrieves the n-th smallest element in an array. See remarks for more info.
Public methodStatic memberNthElementTKey, TValue(TKey, TValue, Int32, Int32, Int32, Boolean)
Retrieves the n-th smallest element in an array. See remarks for more info.
Public methodStatic memberNthElementTKey, TValue(TKey, TValue, Int32, Int32, Int32, FuncTKey, TKey, Int32, Boolean)
Retrieves the n-th smallest element in an array. See remarks for more info.
Top
See Also