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