Click or drag to resize

DescriptiveStatisticsMaximum Method

Overload List
  NameDescription
Public methodStatic memberMaximum(IEnumerableDecimal)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableInt32)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableInt64)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableNullableDecimal)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableNullableInt32)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableNullableInt64)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableDouble, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableNullableDouble, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableNullableSingle, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(IEnumerableSingle, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximum(Vector, Boolean)
Returns the maximal value in the given container.
Public methodStatic memberMaximumTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the maximal value in the given container.
Top
See Also