Overload | Description |
---|---|
Sum<TSource>(IEnumerable<TSource>,Func<TSource,Nullable<BigDecimal>>) | Computes the sum of a sequence of BigDecimal values. |
Sum<TSource>(IEnumerable<TSource>,Func<TSource,BigDecimal>) | Computes the sum of a sequence of BigDecimal values. |
Sum(IEnumerable<BigDecimal>) | Computes the sum of a sequence of BigDecimal values. |