Max Method

Task Parallel System.Threading

Overload List

  NameDescription
Max(ParallelQuery<(Of <(Decimal>)>))
Returns the maximum value in a parallel sequence of values.
Max(ParallelQuery<(Of <(Double>)>))
Returns the maximum value in a parallel sequence of values.
Max(ParallelQuery<(Of <(Int32>)>))
Returns the maximum value in a parallel sequence of values.
Max(ParallelQuery<(Of <(Int64>)>))
Returns the maximum value in a parallel sequence of values.
Max(ParallelQuery<(Of <(Nullable<(Of <(Decimal>)>)>)>))
Returns the maximum value in a parallel sequence of values.
Max(ParallelQuery<(Of <(Nullable<(Of <(Double>)>)>)>))
Returns the maximum value in a parallel sequence of values.
Max(ParallelQuery<(Of <(Nullable<(Of <(Int32>)>)>)>))
Returns the maximum value in a parallel sequence of values.
Max(ParallelQuery<(Of <(Nullable<(Of <(Int64>)>)>)>))
Returns the maximum value in a parallel sequence of values.
Max(ParallelQuery<(Of <(Nullable<(Of <(Single>)>)>)>))
Returns the maximum value in a parallel sequence of values.
Max(ParallelQuery<(Of <(Single>)>))
Returns the maximum value in a parallel sequence of values.
Max<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>))
Returns the maximum value in a parallel sequence of values.
Max<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Decimal>)>))
Invokes in parallel a transform function on each element of a sequence and returns the maximum value.
Max<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Double>)>))
Invokes in parallel a transform function on each element of a sequence and returns the maximum value.
Max<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Int32>)>))
Invokes in parallel a transform function on each element of a sequence and returns the maximum value.
Max<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Int64>)>))
Invokes in parallel a transform function on each element of a sequence and returns the maximum value.
Max<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Decimal>)>)>)>))
Invokes in parallel a transform function on each element of a sequence and returns the maximum value.
Max<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Double>)>)>)>))
Invokes in parallel a transform function on each element of a sequence and returns the maximum value.
Max<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Int32>)>)>)>))
Invokes in parallel a transform function on each element of a sequence and returns the maximum value.
Max<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Int64>)>)>)>))
Invokes in parallel a transform function on each element of a sequence and returns the maximum value.
Max<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Single>)>)>)>))
Invokes in parallel a transform function on each element of a sequence and returns the maximum value.
Max<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Single>)>))
Invokes in parallel a transform function on each element of a sequence and returns the maximum value.
Max<(Of <(TSource, TResult>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, TResult>)>))
Invokes in parallel a transform function on each element of a sequence and returns the maximum value.

See Also