ParallelEnumerable.Average Method
.NET Framework 4.5
Computes in parallel the average of a sequence of values.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Average(ParallelQuery<Decimal>) | 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<Double>) | 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<Int32>) | 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<Int64>) | 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. |