|
| Name | Description |
|---|
.gif) .gif) .gif) .gif) | Sum(IEnumerable<(Of <(Decimal>)>)) | Computes the sum of a sequence of Decimal values. |
.gif) .gif) .gif) .gif) | Sum(IEnumerable<(Of <(Double>)>)) | Computes the sum of a sequence of Double values. |
.gif) .gif) .gif) .gif) | Sum(IEnumerable<(Of <(Int32>)>)) | Computes the sum of a sequence of Int32 values. |
.gif) .gif) .gif) .gif) | Sum(IEnumerable<(Of <(Int64>)>)) | Computes the sum of a sequence of Int64 values. |
.gif) .gif) .gif) .gif) | Sum(IEnumerable<(Of <(Nullable<(Of <(Decimal>)>)>)>)) | Computes the sum of a sequence of nullable Decimal values. |
.gif) .gif) .gif) .gif) | Sum(IEnumerable<(Of <(Nullable<(Of <(Double>)>)>)>)) | Computes the sum of a sequence of nullable Double values. |
.gif) .gif) .gif) .gif) | Sum(IEnumerable<(Of <(Nullable<(Of <(Int32>)>)>)>)) | Computes the sum of a sequence of nullable Int32 values. |
.gif) .gif) .gif) .gif) | Sum(IEnumerable<(Of <(Nullable<(Of <(Int64>)>)>)>)) | Computes the sum of a sequence of nullable Int64 values. |
.gif) .gif) .gif) .gif) | Sum(IEnumerable<(Of <(Nullable<(Of <(Single>)>)>)>)) | Computes the sum of a sequence of nullable Single values. |
.gif) .gif) .gif) .gif) | Sum(IEnumerable<(Of <(Single>)>)) | Computes the sum of a sequence of Single values. |
.gif) .gif) .gif) .gif) | Sum<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Decimal>)>)) | Computes the sum of the sequence of Decimal values that are obtained by invoking a transform function on each element of the input sequence. |
.gif) .gif) .gif) .gif) | Sum<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Double>)>)) | Computes the sum of the sequence of Double values that are obtained by invoking a transform function on each element of the input sequence. |
.gif) .gif) .gif) .gif) | Sum<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Int32>)>)) | Computes the sum of the sequence of Int32 values that are obtained by invoking a transform function on each element of the input sequence. |
.gif) .gif) .gif) .gif) | Sum<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Int64>)>)) | Computes the sum of the sequence of Int64 values that are obtained by invoking a transform function on each element of the input sequence. |
.gif) .gif) .gif) .gif) | Sum<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Decimal>)>)>)>)) | Computes the sum of the sequence of nullable Decimal values that are obtained by invoking a transform function on each element of the input sequence. |
.gif) .gif) .gif) .gif) | Sum<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Double>)>)>)>)) | Computes the sum of the sequence of nullable Double values that are obtained by invoking a transform function on each element of the input sequence. |
.gif) .gif) .gif) .gif) | Sum<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Int32>)>)>)>)) | Computes the sum of the sequence of nullable Int32 values that are obtained by invoking a transform function on each element of the input sequence. |
.gif) .gif) .gif) .gif) | Sum<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Int64>)>)>)>)) | Computes the sum of the sequence of nullable Int64 values that are obtained by invoking a transform function on each element of the input sequence. |
.gif) .gif) .gif) .gif) | Sum<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Single>)>)>)>)) | Computes the sum of the sequence of nullable Single values that are obtained by invoking a transform function on each element of the input sequence. |
.gif) .gif) .gif) .gif) | Sum<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Single>)>)) | Computes the sum of the sequence of Single values that are obtained by invoking a transform function on each element of the input sequence. |