Click or drag to resize

MongoEnumerable Class

Enumerable Extensions for MongoDB.
Inheritance Hierarchy
System.Object
  MongoDB.Driver.Linq.MongoEnumerable

Namespace:  MongoDB.Driver.Linq
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax
public static class MongoEnumerable
Methods
  NameDescription
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Decimal>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Double>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Int32>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Int64>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Decimal>>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Double>>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Int32>>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Int64>>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Nullable<Single>>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation(IEnumerable<Single>)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, 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 memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, 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 memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, 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 memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, 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 memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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 memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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 memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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 memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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 memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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 memberStandardDeviationPopulation<TSource>(IEnumerable<TSource>, Func<TSource, 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(IEnumerable<Decimal>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerable<Double>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerable<Int32>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerable<Int64>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerable<Nullable<Decimal>>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerable<Nullable<Double>>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerable<Nullable<Int32>>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerable<Nullable<Int64>>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerable<Nullable<Single>>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IEnumerable<Single>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, 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 memberStandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, 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 memberStandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, 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 memberStandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, 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 memberStandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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 memberStandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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 memberStandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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 memberStandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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 memberStandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<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.
Public methodStatic memberStandardDeviationSample<TSource>(IEnumerable<TSource>, Func<TSource, 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