MongoEnumerable Methods |
The MongoEnumerable type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AllElementsTSource |
Represents all elements in an array (corresponds to the server's "$[]" update operator).
|
![]() ![]() | AllMatchingElementsTSource |
Represents all matching elements in an array when using an array filter (corresponds to the server's "$[identifier]" update operator).
|
![]() ![]() | FirstMatchingElementTSource |
Represents the first matching element in an array used in a query (corresponds to the server's "$" update operator).
|
![]() ![]() | 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.
|
![]() ![]() | WhereTSource |
Filters a sequence of values based on a predicate and limits the number of results.
|