Click or drag to resize

DescriptiveStatisticsOrderStatisticOrDefault Method

Overload List
  NameDescription
Public methodStatic memberOrderStatisticOrDefault(IEnumerableDecimal, Int32, Decimal)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableInt32, Int32, Double)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableInt64, Int32, Double)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableNullableDecimal, Int32, Decimal)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableNullableInt32, Int32, Double)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableNullableInt64, Int32, Double)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableDouble, Int32, Double, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableNullableDouble, Int32, Double, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableNullableSingle, Int32, Single, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(IEnumerableSingle, Int32, Single, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefault(Vector, Int32, Double, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Public methodStatic memberOrderStatisticOrDefaultTSource(IEnumerableTSource, Int32, FuncTSource, Double, Double, Boolean)
Returns order statistic of specified rank from container's value. http://en.wikipedia.org/wiki/Order_statistic
Top
See Also