Click or drag to resize

DescriptiveStatisticsMinimumMaximum Method

Overload List
  NameDescription
Public methodStatic memberMinimumMaximum(IEnumerableDecimal)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableInt32)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableInt64)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableNullableDecimal)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableNullableInt32)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableNullableInt64)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableDouble, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableNullableDouble, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableNullableSingle, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(IEnumerableSingle, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximum(Vector, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Public methodStatic memberMinimumMaximumTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the minimum, maximum, range and midrange statistics of the container's values.
Top
See Also