| Name | Description |
---|
| SumMagnitudesOrDefault(IEnumerableDecimal, Decimal) |
Returns the sum of magnitudes of values in data set.
|
| SumMagnitudesOrDefault(IEnumerableInt32, Double) |
Returns the sum of magnitudes of values in data set.
|
| SumMagnitudesOrDefault(IEnumerableInt64, Double) |
Returns the sum of magnitudes of values in data set.
|
| SumMagnitudesOrDefault(IEnumerableNullableDecimal, Decimal) |
Returns the sum of magnitudes of values in data set.
|
| SumMagnitudesOrDefault(IEnumerableNullableInt32, Double) |
Returns the sum of magnitudes of values in data set.
|
| SumMagnitudesOrDefault(IEnumerableNullableInt64, Double) |
Returns the sum of magnitudes of values in data set.
|
| SumMagnitudesOrDefault(IEnumerableDouble, Double, Boolean) |
Returns the sum of magnitudes of values in data set.
|
| SumMagnitudesOrDefault(IEnumerableNullableDouble, Double, Boolean) |
Returns the sum of magnitudes of values in data set.
|
| SumMagnitudesOrDefault(IEnumerableNullableSingle, Single, Boolean) |
Returns the sum of magnitudes of values in data set.
|
| SumMagnitudesOrDefault(IEnumerableSingle, Single, Boolean) |
Returns the sum of magnitudes of values in data set.
|
| SumMagnitudesOrDefault(Vector, Double, Boolean) |
Returns the sum of magnitudes of values in data set.
|
| SumMagnitudesOrDefaultTSource(IEnumerableTSource, FuncTSource, Double, Double, Boolean) |
Returns the sum of magnitudes of values in data set.
|