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