.NET Framework Class Library |
ParallelEnumerable..::.Sum Method |
ParallelEnumerable Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
Sum(ParallelQuery<(Of <(Decimal>)>)) |
Computes in parallel the sum of a sequence of values.
| |
Sum(ParallelQuery<(Of <(Double>)>)) |
Computes in parallel the sum of a sequence of values.
| |
Sum(ParallelQuery<(Of <(Int32>)>)) |
Computes in parallel the sum of a sequence of values.
| |
Sum(ParallelQuery<(Of <(Int64>)>)) |
Computes in parallel the sum of a sequence of values.
| |
Sum(ParallelQuery<(Of <(Nullable<(Of <(Decimal>)>)>)>)) |
Computes in parallel the sum of a sequence of values.
| |
Sum(ParallelQuery<(Of <(Nullable<(Of <(Double>)>)>)>)) |
Computes in parallel the sum of a sequence of values.
| |
Sum(ParallelQuery<(Of <(Nullable<(Of <(Int32>)>)>)>)) |
Computes in parallel the sum of a sequence of values.
| |
Sum(ParallelQuery<(Of <(Nullable<(Of <(Int64>)>)>)>)) |
Computes in parallel the sum of a sequence of values.
| |
Sum(ParallelQuery<(Of <(Nullable<(Of <(Single>)>)>)>)) |
Computes in parallel the sum of a sequence of values.
| |
Sum(ParallelQuery<(Of <(Single>)>)) |
Computes in parallel the sum of a sequence of values.
| |
Sum<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(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.
| |
Sum<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(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.
| |
Sum<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(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.
| |
Sum<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(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.
| |
Sum<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(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.
| |
Sum<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(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.
| |
Sum<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(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.
| |
Sum<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(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.
| |
Sum<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(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.
| |
Sum<(Of <(TSource>)>)(ParallelQuery<(Of <(TSource>)>), Func<(Of <(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.
|