| Name | Description |
---|
| AbsoluteMaximumOrDefault(IEnumerableDecimal, Decimal) | Returns the maximal absolute value in the given container. |
| AbsoluteMaximumOrDefault(IEnumerableInt32, Int32) | Returns the maximal absolute value in the given container. |
| AbsoluteMaximumOrDefault(IEnumerableInt64, Int64) | Returns the maximal absolute value in the given container. |
| AbsoluteMaximumOrDefault(IEnumerableNullableDecimal, Decimal) | Returns the maximal absolute value in the given container. |
| AbsoluteMaximumOrDefault(IEnumerableNullableInt32, Int32) | Returns the maximal absolute value in the given container. |
| AbsoluteMaximumOrDefault(IEnumerableNullableInt64, Int64) | Returns the maximal absolute value in the given container. |
| AbsoluteMaximumOrDefault(IEnumerableDouble, Double, Boolean) | Returns the maximal absolute value in the given container. |
| AbsoluteMaximumOrDefault(IEnumerableNullableDouble, Double, Boolean) | Returns the maximal absolute value in the given container. |
| AbsoluteMaximumOrDefault(IEnumerableNullableSingle, Single, Boolean) | Returns the maximal absolute value in the given container. |
| AbsoluteMaximumOrDefault(IEnumerableSingle, Single, Boolean) | Returns the maximal absolute value in the given container. |
| AbsoluteMaximumOrDefault(Vector, Double, Boolean) | Returns the maximal absolute value in the given container. |
| AbsoluteMaximumOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) | Returns the maximal absolute value in the given container. |