MongoQueryable.StandardDeviationSample Method |
Name | Description | |
---|---|---|
![]() ![]() | StandardDeviationSample(IMongoQueryable<Decimal>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IMongoQueryable<Double>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IMongoQueryable<Int32>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IMongoQueryable<Int64>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IMongoQueryable<Nullable<Decimal>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IMongoQueryable<Nullable<Double>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IMongoQueryable<Nullable<Int32>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IMongoQueryable<Nullable<Int64>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IMongoQueryable<Nullable<Single>>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample(IMongoQueryable<Single>) |
Computes the sample standard deviation of a sequence of values.
|
![]() ![]() | StandardDeviationSample<TSource>(IMongoQueryable<TSource>, Expression<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>(IMongoQueryable<TSource>, Expression<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>(IMongoQueryable<TSource>, Expression<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>(IMongoQueryable<TSource>, Expression<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>(IMongoQueryable<TSource>, Expression<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>(IMongoQueryable<TSource>, Expression<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>(IMongoQueryable<TSource>, Expression<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>(IMongoQueryable<TSource>, Expression<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>(IMongoQueryable<TSource>, Expression<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>(IMongoQueryable<TSource>, Expression<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.
|