Click or drag to resize

MongoQueryable.StandardDeviationSample Method

Overload List
  NameDescription
Public methodStatic memberStandardDeviationSample(IMongoQueryable<Decimal>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryable<Double>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryable<Int32>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryable<Int64>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryable<Nullable<Decimal>>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryable<Nullable<Double>>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryable<Nullable<Int32>>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryable<Nullable<Int64>>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryable<Nullable<Single>>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryable<Single>)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample<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.
Public methodStatic memberStandardDeviationSample<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.
Public methodStatic memberStandardDeviationSample<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.
Public methodStatic memberStandardDeviationSample<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.
Public methodStatic memberStandardDeviationSample<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.
Public methodStatic memberStandardDeviationSample<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.
Public methodStatic memberStandardDeviationSample<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.
Public methodStatic memberStandardDeviationSample<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.
Public methodStatic memberStandardDeviationSample<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.
Public methodStatic memberStandardDeviationSample<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.
Top
See Also