MongoEnumerable Class |
Namespace: MongoDB.Driver.Linq
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.
| |
StandardDeviationSample(IEnumerableDecimal) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableDouble) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableInt32) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableInt64) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableDecimal) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableDouble) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableInt32) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableInt64) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableNullableSingle) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IEnumerableSingle) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Decimal) |
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
| |
StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Double) |
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
| |
StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Int32) |
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
| |
StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Int64) |
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
| |
StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableDecimal) |
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
| |
StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableDouble) |
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
| |
StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableInt32) |
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
| |
StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableInt64) |
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
| |
StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, NullableSingle) |
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
| |
StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, Single) |
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
|