Click or drag to resize

DescriptiveStatisticsGetTopIndices Method

Overload List
  NameDescription
Public methodStatic memberGetTopIndices(IEnumerableDecimal, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableInt32, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableInt64, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableDecimal, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableInt32, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableInt64, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableDecimal, Decimal, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableDouble, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableInt32, Int32, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableInt64, Int64, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableDecimal, Decimal, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableDouble, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableInt32, Int32, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableInt64, Int64, Int32) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableSingle, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableSingle, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(Vector, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableDouble, Double, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableDouble, Double, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableNullableSingle, Single, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(IEnumerableSingle, Single, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndicesTSource(IEnumerableTSource, Int32, FuncTSource, Double, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndices(Vector, Double, Int32, Boolean) Obsolete.
Returns given number of smallest values from the container.
Public methodStatic memberGetTopIndicesTSource(IEnumerableTSource, TSource, Int32, FuncTSource, Double, Boolean) Obsolete.
Returns given number of smallest values from the container.
Top
See Also