ParallelEnumerable::Max Method
Returns the maximum value in a parallel sequence of values.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Max(ParallelQuery<Decimal>^) | Returns the maximum value in a parallel sequence of values. |
![]() ![]() | Max(ParallelQuery<Double>^) | Returns the maximum value in a parallel sequence of values. |
![]() ![]() | Max(ParallelQuery<Int32>^) | Returns the maximum value in a parallel sequence of values. |
![]() ![]() | Max(ParallelQuery<Int64>^) | Returns the maximum value in a parallel sequence of values. |
![]() ![]() | Max(ParallelQuery<Nullable<Decimal>>^) | Returns the maximum value in a parallel sequence of values. |
![]() ![]() | Max(ParallelQuery<Nullable<Double>>^) | Returns the maximum value in a parallel sequence of values. |
![]() ![]() | Max(ParallelQuery<Nullable<Int32>>^) | Returns the maximum value in a parallel sequence of values. |
![]() ![]() | Max(ParallelQuery<Nullable<Int64>>^) | Returns the maximum value in a parallel sequence of values. |
![]() ![]() | Max(ParallelQuery<Nullable<Single>>^) | Returns the maximum value in a parallel sequence of values. |
![]() ![]() | Max(ParallelQuery<Single>^) | Returns the maximum value in a parallel sequence of values. |
![]() ![]() | Max<TSource>(ParallelQuery<TSource>^) | Returns the maximum value in a parallel sequence of values. |
![]() ![]() | Max<TSource>(ParallelQuery<TSource>^, Func<TSource, Decimal>^) | Invokes in parallel a transform function on each element of a sequence and returns the maximum value. |
![]() ![]() | Max<TSource>(ParallelQuery<TSource>^, Func<TSource, Double>^) | Invokes in parallel a transform function on each element of a sequence and returns the maximum value. |
![]() ![]() | Max<TSource>(ParallelQuery<TSource>^, Func<TSource, Int32>^) | Invokes in parallel a transform function on each element of a sequence and returns the maximum value. |
![]() ![]() | Max<TSource>(ParallelQuery<TSource>^, Func<TSource, Int64>^) | Invokes in parallel a transform function on each element of a sequence and returns the maximum value. |
![]() ![]() | Max<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Decimal>>^) | Invokes in parallel a transform function on each element of a sequence and returns the maximum value. |
![]() ![]() | Max<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Double>>^) | Invokes in parallel a transform function on each element of a sequence and returns the maximum value. |
![]() ![]() | Max<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Int32>>^) | Invokes in parallel a transform function on each element of a sequence and returns the maximum value. |
![]() ![]() | Max<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Int64>>^) | Invokes in parallel a transform function on each element of a sequence and returns the maximum value. |
![]() ![]() | Max<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Single>>^) | Invokes in parallel a transform function on each element of a sequence and returns the maximum value. |
![]() ![]() | Max<TSource>(ParallelQuery<TSource>^, Func<TSource, Single>^) | Invokes in parallel a transform function on each element of a sequence and returns the maximum value. |
![]() ![]() | Max<TSource, TResult>(ParallelQuery<TSource>^, Func<TSource, TResult>^) | Invokes in parallel a transform function on each element of a sequence and returns the maximum value. |

