Click or drag to resize

DescriptiveStatisticsSumMagnitudes Method

Overload List
  NameDescription
Public methodStatic memberSumMagnitudes(IEnumerableDecimal)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableInt32)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableInt64)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableNullableDecimal)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableNullableInt32)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableNullableInt64)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableDouble, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableNullableDouble, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableNullableSingle, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(IEnumerableSingle, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudes(Vector, Boolean)
Returns the sum of magnitudes of values in data set.
Public methodStatic memberSumMagnitudesTSource(IEnumerableTSource, FuncTSource, Double, Boolean)
Returns the sum of magnitudes of values in data set.
Top
See Also