MongoQueryableStandardDeviationPopulation Method |
Name | Description | |
---|---|---|
StandardDeviationPopulation(IMongoQueryableDecimal) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IMongoQueryableDouble) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IMongoQueryableInt32) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IMongoQueryableInt64) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IMongoQueryableNullableDecimal) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IMongoQueryableNullableDouble) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IMongoQueryableNullableInt32) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IMongoQueryableNullableInt64) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IMongoQueryableNullableSingle) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulation(IMongoQueryableSingle) |
Computes the population standard deviation of a sequence of values.
| |
StandardDeviationPopulationTSource(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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.
|