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