DescriptiveStatisticsSum Method |
Name | Description | |
---|---|---|
Sum(IEnumerableDecimal) |
Returns the sum of values in data set.
| |
Sum(IEnumerableInt32) |
Returns the sum of values in data set.
| |
Sum(IEnumerableInt64) |
Returns the sum of values in data set.
| |
Sum(IEnumerableNullableDecimal) |
Returns the sum of values in data set.
| |
Sum(IEnumerableNullableInt32) |
Returns the sum of values in data set.
| |
Sum(IEnumerableNullableInt64) |
Returns the sum of values in data set.
| |
Sum(IEnumerableDouble, Boolean) |
Returns the sum of values in data set.
| |
Sum(IEnumerableNullableDouble, Boolean) |
Returns the sum of values in data set.
| |
Sum(IEnumerableNullableSingle, Boolean) |
Returns the sum of values in data set.
| |
Sum(IEnumerableSingle, Boolean) |
Returns the sum of values in data set.
| |
Sum(Vector, Boolean) |
Returns the sum of values in data set.
| |
SumTSource(IEnumerableTSource, FuncTSource, Double, Boolean) |
Returns the sum of values in data set.
|