Click or drag to resize

DescriptiveStatisticsAbsoluteMaximumOrDefault Method

Overload List
  NameDescription
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableDecimal, Decimal)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableInt32, Int32)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableInt64, Int64)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableNullableDecimal, Decimal)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableNullableInt32, Int32)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableNullableInt64, Int64)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableDouble, Double, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableNullableDouble, Double, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableNullableSingle, Single, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(IEnumerableSingle, Single, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefault(Vector, Double, Boolean)
Returns the maximal absolute value in the given container.
Public methodStatic memberAbsoluteMaximumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean)
Returns the maximal absolute value in the given container.
Top
See Also