DescriptiveStatisticsAbsoluteMaximumIndex Method |
Name | Description | |
---|---|---|
AbsoluteMaximumIndex(IEnumerableDecimal) | Returns the index of the maximal absolute value in the given container. | |
AbsoluteMaximumIndex(IEnumerableInt32) | Returns the index of the maximal absolute value in the given container. | |
AbsoluteMaximumIndex(IEnumerableInt64) | Returns the index of the maximal absolute value in the given container. | |
AbsoluteMaximumIndex(IEnumerableNullableDecimal) | Returns the index of the maximal absolute value in the given container. | |
AbsoluteMaximumIndex(IEnumerableNullableInt32) | Returns the index of the maximal absolute value in the given container. | |
AbsoluteMaximumIndex(IEnumerableNullableInt64) | Returns the index of the maximal absolute value in the given container. | |
AbsoluteMaximumIndex(IEnumerableDouble, Boolean) | Returns the index of the maximal absolute value in the given container. | |
AbsoluteMaximumIndex(IEnumerableNullableDouble, Boolean) | Returns the index of the maximal absolute value in the given container. | |
AbsoluteMaximumIndex(IEnumerableNullableSingle, Boolean) | Returns the index of the maximal absolute value in the given container. | |
AbsoluteMaximumIndex(IEnumerableSingle, Boolean) | Returns the index of the maximal absolute value in the given container. | |
AbsoluteMaximumIndex(Vector, Boolean) | Returns the index of the maximal absolute value in the given container. | |
AbsoluteMaximumIndexTSource(IEnumerableTSource, FuncTSource, Double, Boolean) | Returns the index of the maximal absolute value in the given container. |