Click or drag to resize

LargestSmallest Class

Some trivial Linq-like extensions, which for some reason missing in Linq.
Inheritance Hierarchy
System.Object
  FinMath.Statistics.LargestSmallest

Namespace:  FinMath.Statistics
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static class LargestSmallest
Methods
  NameDescription
Public methodStatic memberLargest(IEnumerable<Decimal>, IList<Decimal>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Decimal>,Decimal[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Decimal>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Int32>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Int32>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Int32>,Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Int64>, IList<Int64>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Int64>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Int64>,Int64[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Decimal>>, IList<Decimal>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Decimal>>,Decimal[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Decimal>>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Int32>>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Int32>>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Int32>>,Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Int64>>, IList<Int64>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Int64>>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Int64>>,Int64[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Double>, IList<Double>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Double>,Double[], Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Double>, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Double>>, IList<Double>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Double>>,Double[], Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Double>>, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Single>>, IList<Single>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Single>>, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Nullable<Single>>,Single[], Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Single>, IList<Single>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Single>, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerable<Single>,Single[], Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TResult>(IEnumerable<TResult>, IList<TResult>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TResult>(IEnumerable<TResult>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TResult>(IEnumerable<TResult>,TResult[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Decimal>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Int64>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Decimal>>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Int32>>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Int64>>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Decimal>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Int64>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Decimal>>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Int32>>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Int64>>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Decimal>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Int64>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Decimal>>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Int32>>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Int64>>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Double>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Double>>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Single>>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Single>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Double>>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Single>>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Single>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Double>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Double>>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Single>>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Single>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource, TResult>(IEnumerable<TSource>, IList<TSource>, Func<TSource, TResult>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource, TResult>(IEnumerable<TSource>, Int32, Func<TSource, TResult>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest<TSource, TResult>(IEnumerable<TSource>,TSource[], Func<TSource, TResult>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Decimal>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Int32>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Int64>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Decimal>>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Int32>>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Int64>>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Decimal>, IList<Decimal>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Decimal>,Decimal[],Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Double>, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Int32>, IList<Int32>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Int32>,Int32[],Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Int64>, IList<Int64>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Int64>,Int64[],Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Decimal>>, IList<Decimal>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Decimal>>,Decimal[],Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Double>>, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Int32>>, IList<Int32>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Int32>>,Int32[],Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Int64>>, IList<Int64>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Int64>>,Int64[],Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Single>>, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Single>, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Double>, IList<Double>, IList<Int32>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Double>,Double[],Int32[], Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Double>>, IList<Double>, IList<Int32>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Double>>,Double[],Int32[], Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Single>>, IList<Single>, IList<Int32>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Nullable<Single>>,Single[],Int32[], Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Single>, IList<Single>, IList<Int32>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerable<Single>,Single[],Int32[], Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TResult>(IEnumerable<TResult>, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TResult>(IEnumerable<TResult>, IList<TResult>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TResult>(IEnumerable<TResult>,TResult[],Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Decimal>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Int64>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Decimal>>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Int32>>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Int64>>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Decimal>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Int32>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Int64>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Decimal>>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Int32>>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Int64>>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Double>>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Single>>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Single>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Decimal>,Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Int32>,Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Int64>,Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Decimal>>,Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Int32>>,Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Int64>>,Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Double>, IList<Int32>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Double>>, IList<Int32>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Single>>, IList<Int32>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Single>, IList<Int32>, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Double>,Int32[], Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Double>>,Int32[], Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Single>>,Int32[], Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Single>,Int32[], Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource, TResult>(IEnumerable<TSource>, Int32, Func<TSource, TResult>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource, TResult>(IEnumerable<TSource>, IList<TSource>, Func<TSource, TResult>, IList<Int32>)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices<TSource, TResult>(IEnumerable<TSource>,TSource[], Func<TSource, TResult>,Int32[])
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Decimal>, IList<Decimal>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Decimal>,Decimal[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Decimal>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Int32>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Int32>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Int32>,Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Int64>, IList<Int64>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Int64>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Int64>,Int64[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Decimal>>, IList<Decimal>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Decimal>>,Decimal[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Decimal>>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Int32>>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Int32>>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Int32>>,Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Int64>>, IList<Int64>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Int64>>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Int64>>,Int64[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Double>, IList<Double>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Double>,Double[], Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Double>, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Double>>, IList<Double>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Double>>,Double[], Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Double>>, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Single>>, IList<Single>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Single>>, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Nullable<Single>>,Single[], Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Single>, IList<Single>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Single>, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerable<Single>,Single[], Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TResult>(IEnumerable<TResult>, IList<TResult>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TResult>(IEnumerable<TResult>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TResult>(IEnumerable<TResult>,TResult[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Decimal>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Int64>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Decimal>>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Int32>>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Int64>>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Decimal>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Int64>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Decimal>>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Int32>>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Int64>>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Decimal>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Int64>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Decimal>>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Int32>>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Int64>>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Double>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Double>>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Single>>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Single>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Double>>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Single>>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Single>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Double>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Double>>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Single>>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Single>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource, TResult>(IEnumerable<TSource>, IList<TSource>, Func<TSource, TResult>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource, TResult>(IEnumerable<TSource>, Int32, Func<TSource, TResult>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest<TSource, TResult>(IEnumerable<TSource>,TSource[], Func<TSource, TResult>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Decimal>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Int32>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Int64>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Decimal>>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Int32>>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Int64>>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Decimal>, IList<Decimal>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Decimal>,Decimal[],Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Double>, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Int32>, IList<Int32>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Int32>,Int32[],Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Int64>, IList<Int64>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Int64>,Int64[],Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Decimal>>, IList<Decimal>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Decimal>>,Decimal[],Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Double>>, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Int32>>, IList<Int32>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Int32>>,Int32[],Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Int64>>, IList<Int64>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Int64>>,Int64[],Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Single>>, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Single>, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Double>, IList<Double>, IList<Int32>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Double>,Double[],Int32[], Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Double>>, IList<Double>, IList<Int32>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Double>>,Double[],Int32[], Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Single>>, IList<Single>, IList<Int32>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Nullable<Single>>,Single[],Int32[], Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Single>, IList<Single>, IList<Int32>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerable<Single>,Single[],Int32[], Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TResult>(IEnumerable<TResult>, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TResult>(IEnumerable<TResult>, IList<TResult>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TResult>(IEnumerable<TResult>,TResult[],Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Decimal>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Int64>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Decimal>>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Int32>>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Int64>>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Decimal>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Int32>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Int64>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Decimal>>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Int32>>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Int64>>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Double>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Double>>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Nullable<Single>>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, Int32, Func<TSource, Single>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Decimal>,Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Int32>,Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Int64>,Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Decimal>>,Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Int32>>,Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Int64>>,Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Double>, IList<Int32>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Double>>, IList<Int32>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Nullable<Single>>, IList<Int32>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>, IList<TSource>, Func<TSource, Single>, IList<Int32>, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Double>,Int32[], Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Double>>,Int32[], Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Nullable<Single>>,Int32[], Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource>(IEnumerable<TSource>,TSource[], Func<TSource, Single>,Int32[], Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource, TResult>(IEnumerable<TSource>, Int32, Func<TSource, TResult>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource, TResult>(IEnumerable<TSource>, IList<TSource>, Func<TSource, TResult>, IList<Int32>)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices<TSource, TResult>(IEnumerable<TSource>,TSource[], Func<TSource, TResult>,Int32[])
Returns smallest elements (total - count) using selector to receive as transform function.
Top
See Also