There are two overloads for this method
Overload List
Name | Description | |
---|---|---|
![]() | SumValues(IEnumerable Int32 ) |
This is used to sum an enumerable list of values
|
![]() | SumValues(IEnumerable Int32 , IEnumerable Int32 ) |
This is used to sum two enumerable list of values
|
See Also