ParallelEnumerable::Average Method
Computes in parallel the average of a sequence of values.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Average(ParallelQuery<Decimal>^) | Computes in parallel the average of a sequence of values. |
![]() ![]() | Average(ParallelQuery<Double>^) | Computes in parallel the average of a sequence of values. |
![]() ![]() | Average(ParallelQuery<Int32>^) | Computes in parallel the average of a sequence of values. |
![]() ![]() | Average(ParallelQuery<Int64>^) | Computes in parallel the average of a sequence of values. |
![]() ![]() | Average(ParallelQuery<Nullable<Decimal>>^) | Computes in parallel the average of a sequence of values. |
![]() ![]() | Average(ParallelQuery<Nullable<Double>>^) | Computes in parallel the average of a sequence of values. |
![]() ![]() | Average(ParallelQuery<Nullable<Int32>>^) | Computes in parallel the average of a sequence of values. |
![]() ![]() | Average(ParallelQuery<Nullable<Int64>>^) | Computes in parallel the average of a sequence of values. |
![]() ![]() | Average(ParallelQuery<Nullable<Single>>^) | Computes in parallel the average of a sequence of values. |
![]() ![]() | Average(ParallelQuery<Single>^) | Computes in parallel the average of a sequence of values. |
![]() ![]() | Average<TSource>(ParallelQuery<TSource>^, Func<TSource, Decimal>^) | Computes in parallel the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. |
![]() ![]() | Average<TSource>(ParallelQuery<TSource>^, Func<TSource, Double>^) | Computes in parallel the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. |
![]() ![]() | Average<TSource>(ParallelQuery<TSource>^, Func<TSource, Int32>^) | Computes in parallel the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. |
![]() ![]() | Average<TSource>(ParallelQuery<TSource>^, Func<TSource, Int64>^) | Computes in parallel the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. |
![]() ![]() | Average<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Decimal>>^) | Computes in parallel the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. |
![]() ![]() | Average<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Double>>^) | Computes in parallel the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. |
![]() ![]() | Average<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Int32>>^) | Computes in parallel the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. |
![]() ![]() | Average<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Int64>>^) | Computes in parallel the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. |
![]() ![]() | Average<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Single>>^) | Computes in parallel the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. |
![]() ![]() | Average<TSource>(ParallelQuery<TSource>^, Func<TSource, Single>^) | Computes in parallel the average of a sequence of values that are obtained by invoking a transform function on each element of the input sequence. |

