Click or drag to resize

DescriptiveStatisticsAbsoluteMaximumIndex Method

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