Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ParallelEnumerable::Sum Method

.NET Framework (current version)
 

Computes in parallel the sum of a sequence of values.

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticSum(ParallelQuery<Decimal>^)

Computes in parallel the sum of a sequence of values.

System_CAPS_pubmethodSystem_CAPS_staticSum(ParallelQuery<Double>^)

Computes in parallel the sum of a sequence of values.

System_CAPS_pubmethodSystem_CAPS_staticSum(ParallelQuery<Int32>^)

Computes in parallel the sum of a sequence of values.

System_CAPS_pubmethodSystem_CAPS_staticSum(ParallelQuery<Int64>^)

Computes in parallel the sum of a sequence of values.

System_CAPS_pubmethodSystem_CAPS_staticSum(ParallelQuery<Nullable<Decimal>>^)

Computes in parallel the sum of a sequence of values.

System_CAPS_pubmethodSystem_CAPS_staticSum(ParallelQuery<Nullable<Double>>^)

Computes in parallel the sum of a sequence of values.

System_CAPS_pubmethodSystem_CAPS_staticSum(ParallelQuery<Nullable<Int32>>^)

Computes in parallel the sum of a sequence of values.

System_CAPS_pubmethodSystem_CAPS_staticSum(ParallelQuery<Nullable<Int64>>^)

Computes in parallel the sum of a sequence of values.

System_CAPS_pubmethodSystem_CAPS_staticSum(ParallelQuery<Nullable<Single>>^)

Computes in parallel the sum of a sequence of values.

System_CAPS_pubmethodSystem_CAPS_staticSum(ParallelQuery<Single>^)

Computes in parallel the sum of a sequence of values.

System_CAPS_pubmethodSystem_CAPS_staticSum<TSource>(ParallelQuery<TSource>^, Func<TSource, Decimal>^)

Computes in parallel the sum of the sequence of values that are obtained by invoking a transform function on each element of the input sequence.

System_CAPS_pubmethodSystem_CAPS_staticSum<TSource>(ParallelQuery<TSource>^, Func<TSource, Double>^)

Computes in parallel the sum of the sequence of values that are obtained by invoking a transform function on each element of the input sequence.

System_CAPS_pubmethodSystem_CAPS_staticSum<TSource>(ParallelQuery<TSource>^, Func<TSource, Int32>^)

Computes in parallel the sum of the sequence of values that are obtained by invoking a transform function on each element of the input sequence.

System_CAPS_pubmethodSystem_CAPS_staticSum<TSource>(ParallelQuery<TSource>^, Func<TSource, Int64>^)

Computes in parallel the sum of the sequence of values that are obtained by invoking a transform function on each element of the input sequence.

System_CAPS_pubmethodSystem_CAPS_staticSum<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Decimal>>^)

Computes in parallel the sum of the sequence of values that are obtained by invoking a transform function on each element of the input sequence.

System_CAPS_pubmethodSystem_CAPS_staticSum<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Double>>^)

Computes in parallel the sum of the sequence of values that are obtained by invoking a transform function on each element of the input sequence.

System_CAPS_pubmethodSystem_CAPS_staticSum<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Int32>>^)

Computes in parallel the sum of the sequence of values that are obtained by invoking a transform function on each element of the input sequence.

System_CAPS_pubmethodSystem_CAPS_staticSum<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Int64>>^)

Computes in parallel the sum of the sequence of values that are obtained by invoking a transform function on each element of the input sequence.

System_CAPS_pubmethodSystem_CAPS_staticSum<TSource>(ParallelQuery<TSource>^, Func<TSource, Nullable<Single>>^)

Computes in parallel the sum of the sequence of values that are obtained by invoking a transform function on each element of the input sequence.

System_CAPS_pubmethodSystem_CAPS_staticSum<TSource>(ParallelQuery<TSource>^, Func<TSource, Single>^)

Computes in parallel the sum of the sequence of values that are obtained by invoking a transform function on each element of the input sequence.

Return to top
Show:
© 2017 Microsoft