'Declaration
Public Overloads Shared Function Sum( _ ByVal source As System.Collections.Generic.IEnumerable(Of BigDecimal) _ ) As BigDecimal
public static BigDecimal Sum( System.Collections.Generic.IEnumerable<BigDecimal> source )
Parameters
- source
- A sequence of BigDecimal values to calculate the sum of.
Return Value
The sum of the values in the sequence.