Click or drag to resize

MongoEnumerable Class

Enumerable Extensions for MongoDB.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.LinqMongoEnumerable

Namespace:  MongoDB.Driver.Linq
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
public static class MongoEnumerable
Methods
  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.
Public methodStatic memberStandardDeviationSample(IEnumerableDecimal)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableDouble)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableInt32)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableInt64)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableDecimal)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableDouble)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableInt32)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableInt64)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableNullableSingle)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerableSingle)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleTSource(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.
Public methodStatic memberStandardDeviationSampleTSource(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.
Public methodStatic memberStandardDeviationSampleTSource(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.
Public methodStatic memberStandardDeviationSampleTSource(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.
Public methodStatic memberStandardDeviationSampleTSource(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.
Public methodStatic memberStandardDeviationSampleTSource(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.
Public methodStatic memberStandardDeviationSampleTSource(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.
Public methodStatic memberStandardDeviationSampleTSource(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.
Public methodStatic memberStandardDeviationSampleTSource(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.
Public methodStatic memberStandardDeviationSampleTSource(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.
Top
See Also