|
| Name | Description |
|---|
.gif) .gif) .gif) .gif) | Max(IEnumerable<(Of <(Decimal>)>)) | Returns the maximum value in a sequence of Decimal values. |
.gif) .gif) .gif) .gif) | Max(IEnumerable<(Of <(Double>)>)) | Returns the maximum value in a sequence of Double values. |
.gif) .gif) .gif) .gif) | Max(IEnumerable<(Of <(Int32>)>)) | Returns the maximum value in a sequence of Int32 values. |
.gif) .gif) .gif) .gif) | Max(IEnumerable<(Of <(Int64>)>)) | Returns the maximum value in a sequence of Int64 values. |
.gif) .gif) .gif) .gif) | Max(IEnumerable<(Of <(Nullable<(Of <(Decimal>)>)>)>)) | Returns the maximum value in a sequence of nullable Decimal values. |
.gif) .gif) .gif) .gif) | Max(IEnumerable<(Of <(Nullable<(Of <(Double>)>)>)>)) | Returns the maximum value in a sequence of nullable Double values. |
.gif) .gif) .gif) .gif) | Max(IEnumerable<(Of <(Nullable<(Of <(Int32>)>)>)>)) | Returns the maximum value in a sequence of nullable Int32 values. |
.gif) .gif) .gif) .gif) | Max(IEnumerable<(Of <(Nullable<(Of <(Int64>)>)>)>)) | Returns the maximum value in a sequence of nullable Int64 values. |
.gif) .gif) .gif) .gif) | Max(IEnumerable<(Of <(Nullable<(Of <(Single>)>)>)>)) | Returns the maximum value in a sequence of nullable Single values. |
.gif) .gif) .gif) .gif) | Max(IEnumerable<(Of <(Single>)>)) | Returns the maximum value in a sequence of Single values. |
.gif) .gif) .gif) .gif) | Max<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>)) | Returns the maximum value in a generic sequence. |
.gif) .gif) .gif) .gif) | Max<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Decimal>)>)) | Invokes a transform function on each element of a sequence and returns the maximum Decimal value. |
.gif) .gif) .gif) .gif) | Max<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Double>)>)) | Invokes a transform function on each element of a sequence and returns the maximum Double value. |
.gif) .gif) .gif) .gif) | Max<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Int32>)>)) | Invokes a transform function on each element of a sequence and returns the maximum Int32 value. |
.gif) .gif) .gif) .gif) | Max<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Int64>)>)) | Invokes a transform function on each element of a sequence and returns the maximum Int64 value. |
.gif) .gif) .gif) .gif) | Max<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Decimal>)>)>)>)) | Invokes a transform function on each element of a sequence and returns the maximum nullable Decimal value. |
.gif) .gif) .gif) .gif) | Max<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Double>)>)>)>)) | Invokes a transform function on each element of a sequence and returns the maximum nullable Double value. |
.gif) .gif) .gif) .gif) | Max<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Int32>)>)>)>)) | Invokes a transform function on each element of a sequence and returns the maximum nullable Int32 value. |
.gif) .gif) .gif) .gif) | Max<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Int64>)>)>)>)) | Invokes a transform function on each element of a sequence and returns the maximum nullable Int64 value. |
.gif) .gif) .gif) .gif) | Max<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Single>)>)>)>)) | Invokes a transform function on each element of a sequence and returns the maximum nullable Single value. |
.gif) .gif) .gif) .gif) | Max<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Single>)>)) | Invokes a transform function on each element of a sequence and returns the maximum Single value. |
.gif) .gif) .gif) .gif) | Max<(Of <(TSource, TResult>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, TResult>)>)) | Invokes a transform function on each element of a generic sequence and returns the maximum resulting value. |