Computes the sum of a sequence of nullable int values.
- source
- A sequence of nullable int values to calculate the sum of.
The sum of the values in the sequence.
This method returns zero if source contains no elements.
The result does not include values that are null.
In vbprvb query expression syntax, an Aggregate Into Sum() clause translates to an invocation of erload:System.Linq.Enumerable.Sum.