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