Click or drag to resize

LargestSmallest Class

Some trivial Linq-like extensions, which for some reason missing in Linq.
Inheritance Hierarchy
SystemObject
  FinMath.StatisticsLargestSmallest

Namespace:  FinMath.Statistics
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static class LargestSmallest
Methods
  NameDescription
Public methodStatic memberLargest(IEnumerableDecimal, IListDecimal)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableDecimal, Decimal)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableDecimal, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableInt32, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableInt32, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableInt32, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableInt64, IListInt64)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableInt64, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableInt64, Int64)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableDecimal, IListDecimal)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableDecimal, Decimal)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableDecimal, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableInt32, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableInt32, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableInt32, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableInt64, IListInt64)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableInt64, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableInt64, Int64)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableDouble, IListDouble, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableDouble, Double, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableDouble, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableDouble, IListDouble, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableDouble, Double, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableDouble, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableSingle, IListSingle, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableSingle, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableNullableSingle, Single, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableSingle, IListSingle, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableSingle, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargest(IEnumerableSingle, Single, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTResult(IEnumerableTResult, IListTResult)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTResult(IEnumerableTResult, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTResult(IEnumerableTResult, TResult)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, IListTSource, FuncTSource, Decimal)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, IListTSource, FuncTSource, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, IListTSource, FuncTSource, Int64)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableDecimal)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableInt64)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, Int32, FuncTSource, Decimal)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, Int32, FuncTSource, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, Int32, FuncTSource, Int64)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, Int32, FuncTSource, NullableDecimal)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, Int32, FuncTSource, NullableInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, Int32, FuncTSource, NullableInt64)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, TSource, FuncTSource, Decimal)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, TSource, FuncTSource, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, TSource, FuncTSource, Int64)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, TSource, FuncTSource, NullableDecimal)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, TSource, FuncTSource, NullableInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, TSource, FuncTSource, NullableInt64)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, IListTSource, FuncTSource, Double, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableDouble, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableSingle, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, IListTSource, FuncTSource, Single, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, Int32, FuncTSource, NullableDouble, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, Int32, FuncTSource, NullableSingle, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, Int32, FuncTSource, Single, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, TSource, FuncTSource, Double, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, TSource, FuncTSource, NullableDouble, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, TSource, FuncTSource, NullableSingle, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource(IEnumerableTSource, TSource, FuncTSource, Single, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource, TResult(IEnumerableTSource, IListTSource, FuncTSource, TResult)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource, TResult(IEnumerableTSource, Int32, FuncTSource, TResult)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestTSource, TResult(IEnumerableTSource, TSource, FuncTSource, TResult)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableDecimal, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableInt32, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableInt64, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableDecimal, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableInt32, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableInt64, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableDecimal, IListDecimal, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableDecimal, Decimal, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableDouble, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableInt32, IListInt32, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableInt32, Int32, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableInt64, IListInt64, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableInt64, Int64, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableDecimal, IListDecimal, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableDecimal, Decimal, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableDouble, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableInt32, IListInt32, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableInt32, Int32, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableInt64, IListInt64, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableInt64, Int64, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableSingle, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableSingle, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableDouble, IListDouble, IListInt32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableDouble, Double, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableDouble, IListDouble, IListInt32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableDouble, Double, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableSingle, IListSingle, IListInt32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableNullableSingle, Single, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableSingle, IListSingle, IListInt32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndices(IEnumerableSingle, Single, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTResult(IEnumerableTResult, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTResult(IEnumerableTResult, IListTResult, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTResult(IEnumerableTResult, TResult, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Decimal)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Int64)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, NullableDecimal)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, NullableInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, NullableInt64)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, Decimal, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, Int32, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, Int64, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableDecimal, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableInt32, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableInt64, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, NullableDouble, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, NullableSingle, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Single, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, Decimal, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, Int32, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, Int64, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, NullableDecimal, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, NullableInt32, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, NullableInt64, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, Double, IListInt32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableDouble, IListInt32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableSingle, IListInt32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, Single, IListInt32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, Double, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, NullableDouble, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, NullableSingle, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, Single, Int32, Boolean)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource, TResult(IEnumerableTSource, Int32, FuncTSource, TResult)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource, TResult(IEnumerableTSource, IListTSource, FuncTSource, TResult, IListInt32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberLargestIndicesTSource, TResult(IEnumerableTSource, TSource, FuncTSource, TResult, Int32)
Returns largest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableDecimal, IListDecimal)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableDecimal, Decimal)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableDecimal, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableInt32, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableInt32, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableInt32, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableInt64, IListInt64)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableInt64, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableInt64, Int64)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableDecimal, IListDecimal)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableDecimal, Decimal)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableDecimal, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableInt32, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableInt32, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableInt32, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableInt64, IListInt64)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableInt64, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableInt64, Int64)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableDouble, IListDouble, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableDouble, Double, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableDouble, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableDouble, IListDouble, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableDouble, Double, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableDouble, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableSingle, IListSingle, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableSingle, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableNullableSingle, Single, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableSingle, IListSingle, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableSingle, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallest(IEnumerableSingle, Single, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTResult(IEnumerableTResult, IListTResult)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTResult(IEnumerableTResult, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTResult(IEnumerableTResult, TResult)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, IListTSource, FuncTSource, Decimal)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, IListTSource, FuncTSource, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, IListTSource, FuncTSource, Int64)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableDecimal)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableInt64)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, Int32, FuncTSource, Decimal)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, Int32, FuncTSource, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, Int32, FuncTSource, Int64)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, Int32, FuncTSource, NullableDecimal)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, Int32, FuncTSource, NullableInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, Int32, FuncTSource, NullableInt64)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, TSource, FuncTSource, Decimal)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, TSource, FuncTSource, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, TSource, FuncTSource, Int64)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, TSource, FuncTSource, NullableDecimal)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, TSource, FuncTSource, NullableInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, TSource, FuncTSource, NullableInt64)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, IListTSource, FuncTSource, Double, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableDouble, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableSingle, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, IListTSource, FuncTSource, Single, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, Int32, FuncTSource, NullableDouble, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, Int32, FuncTSource, NullableSingle, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, Int32, FuncTSource, Single, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, TSource, FuncTSource, Double, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, TSource, FuncTSource, NullableDouble, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, TSource, FuncTSource, NullableSingle, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource(IEnumerableTSource, TSource, FuncTSource, Single, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource, TResult(IEnumerableTSource, IListTSource, FuncTSource, TResult)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource, TResult(IEnumerableTSource, Int32, FuncTSource, TResult)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestTSource, TResult(IEnumerableTSource, TSource, FuncTSource, TResult)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableDecimal, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableInt32, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableInt64, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableDecimal, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableInt32, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableInt64, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableDecimal, IListDecimal, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableDecimal, Decimal, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableDouble, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableInt32, IListInt32, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableInt32, Int32, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableInt64, IListInt64, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableInt64, Int64, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableDecimal, IListDecimal, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableDecimal, Decimal, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableDouble, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableInt32, IListInt32, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableInt32, Int32, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableInt64, IListInt64, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableInt64, Int64, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableSingle, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableSingle, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableDouble, IListDouble, IListInt32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableDouble, Double, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableDouble, IListDouble, IListInt32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableDouble, Double, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableSingle, IListSingle, IListInt32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableNullableSingle, Single, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableSingle, IListSingle, IListInt32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndices(IEnumerableSingle, Single, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTResult(IEnumerableTResult, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTResult(IEnumerableTResult, IListTResult, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTResult(IEnumerableTResult, TResult, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Decimal)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Int64)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, NullableDecimal)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, NullableInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, NullableInt64)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, Decimal, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, Int32, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, Int64, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableDecimal, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableInt32, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableInt64, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, NullableDouble, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, NullableSingle, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Single, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, Decimal, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, Int32, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, Int64, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, NullableDecimal, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, NullableInt32, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, NullableInt64, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, Double, IListInt32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableDouble, IListInt32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, NullableSingle, IListInt32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, IListTSource, FuncTSource, Single, IListInt32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, Double, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, NullableDouble, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, NullableSingle, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource(IEnumerableTSource, TSource, FuncTSource, Single, Int32, Boolean)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource, TResult(IEnumerableTSource, Int32, FuncTSource, TResult)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource, TResult(IEnumerableTSource, IListTSource, FuncTSource, TResult, IListInt32)
Returns smallest elements (total - count) using selector to receive as transform function.
Public methodStatic memberSmallestIndicesTSource, TResult(IEnumerableTSource, TSource, FuncTSource, TResult, Int32)
Returns smallest elements (total - count) using selector to receive as transform function.
Top
See Also