Click or drag to resize

MongoQueryableStandardDeviationSampleAsync Method

Overload List
  NameDescription
Public methodStatic memberStandardDeviationSampleAsync(IMongoQueryableDecimal, CancellationToken)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleAsync(IMongoQueryableDouble, CancellationToken)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleAsync(IMongoQueryableInt32, CancellationToken)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleAsync(IMongoQueryableInt64, CancellationToken)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleAsync(IMongoQueryableNullableDecimal, CancellationToken)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleAsync(IMongoQueryableNullableDouble, CancellationToken)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleAsync(IMongoQueryableNullableInt32, CancellationToken)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleAsync(IMongoQueryableNullableInt64, CancellationToken)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleAsync(IMongoQueryableNullableSingle, CancellationToken)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleAsync(IMongoQueryableSingle, CancellationToken)
Computes the sample standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationSampleAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Decimal, CancellationToken)
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 memberStandardDeviationSampleAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Double, CancellationToken)
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 memberStandardDeviationSampleAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Int32, CancellationToken)
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 memberStandardDeviationSampleAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Int64, CancellationToken)
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 memberStandardDeviationSampleAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableDecimal, CancellationToken)
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 memberStandardDeviationSampleAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableDouble, CancellationToken)
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 memberStandardDeviationSampleAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableInt32, CancellationToken)
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 memberStandardDeviationSampleAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableInt64, CancellationToken)
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 memberStandardDeviationSampleAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableSingle, CancellationToken)
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 memberStandardDeviationSampleAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Single, CancellationToken)
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