MongoEnumerableStandardDeviationPopulation Method |
Name | Description | |
---|---|---|
StandardDeviationPopulation(IEnumerableDecimal) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableDouble) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableInt32) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableInt64) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableNullableDecimal) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableNullableDouble) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableNullableInt32) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableNullableInt64) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableNullableSingle) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IEnumerableSingle) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
| |
StandardDeviationPopulationTSource(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.
|