Click or drag to resize

MongoEnumerableStandardDeviationPopulation Method

Overload List
  NameDescription
Public methodStatic memberStandardDeviationPopulation(IEnumerableDecimal)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableDouble)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableInt32)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableInt64)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableDecimal)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableDouble)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableInt32)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableInt64)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableNullableSingle)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerableSingle)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, Decimal)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, Double)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, Int32)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, Int64)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, NullableDecimal)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, NullableDouble)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, NullableInt32)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, NullableInt64)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, NullableSingle)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Public methodStatic memberStandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, Single)
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
Top
See Also