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