Click or drag to resize

MongoQueryableStandardDeviationSample Method

Overload List
  NameDescription
Public methodStatic memberStandardDeviationSample(IMongoQueryableDecimal)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryableDouble)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryableInt32)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryableInt64)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryableNullableDecimal)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryableNullableDouble)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryableNullableInt32)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryableNullableInt64)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryableNullableSingle)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSample(IMongoQueryableSingle)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleTSource(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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(IMongoQueryableTSource, ExpressionFuncTSource, 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