MongoEnumerable Class |
Namespace: MongoDB.Driver.Linq
Name | Description | |
---|---|---|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Decimal>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Double>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Int32>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Int64>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Decimal>>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Double>>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Int32>>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Int64>>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Nullable<Single>>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation(IEnumerable<Single>) |
Computes the population standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationPopulation<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.
|
![]() ![]() | StandardDeviationPopulation<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.
|
![]() ![]() | StandardDeviationPopulation<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.
|
![]() ![]() | StandardDeviationPopulation<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.
|
![]() ![]() | StandardDeviationPopulation<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.
|
![]() ![]() | StandardDeviationPopulation<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.
|
![]() ![]() | StandardDeviationPopulation<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.
|
![]() ![]() | StandardDeviationPopulation<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.
|
![]() ![]() | StandardDeviationPopulation<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.
|
![]() ![]() | StandardDeviationPopulation<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.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Decimal>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Double>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Int32>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Int64>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Decimal>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Double>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Int32>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Int64>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Nullable<Single>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IEnumerable<Single>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample<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.
|
![]() ![]() | StandardDeviationSample<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.
|
![]() ![]() | StandardDeviationSample<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.
|
![]() ![]() | StandardDeviationSample<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.
|
![]() ![]() | StandardDeviationSample<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.
|
![]() ![]() | StandardDeviationSample<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.
|
![]() ![]() | StandardDeviationSample<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.
|
![]() ![]() | StandardDeviationSample<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.
|
![]() ![]() | StandardDeviationSample<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.
|
![]() ![]() | StandardDeviationSample<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.
|