| MongoQueryableStandardDeviationSampleAsync Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | StandardDeviationSampleAsync(IMongoQueryableDecimal, CancellationToken) | 
            Computes the sample standard deviation of a sequence of values.
             | 
|   | StandardDeviationSampleAsync(IMongoQueryableDouble, CancellationToken) | 
            Computes the sample standard deviation of a sequence of values.
             | 
|   | StandardDeviationSampleAsync(IMongoQueryableInt32, CancellationToken) | 
            Computes the sample standard deviation of a sequence of values.
             | 
|   | StandardDeviationSampleAsync(IMongoQueryableInt64, CancellationToken) | 
            Computes the sample standard deviation of a sequence of values.
             | 
|   | StandardDeviationSampleAsync(IMongoQueryableNullableDecimal, CancellationToken) | 
            Computes the sample standard deviation of a sequence of values.
             | 
|   | StandardDeviationSampleAsync(IMongoQueryableNullableDouble, CancellationToken) | 
            Computes the sample standard deviation of a sequence of values.
             | 
|   | StandardDeviationSampleAsync(IMongoQueryableNullableInt32, CancellationToken) | 
            Computes the sample standard deviation of a sequence of values.
             | 
|   | StandardDeviationSampleAsync(IMongoQueryableNullableInt64, CancellationToken) | 
            Computes the sample standard deviation of a sequence of values.
             | 
|   | StandardDeviationSampleAsync(IMongoQueryableNullableSingle, CancellationToken) | 
            Computes the sample standard deviation of a sequence of values.
             | 
|   | StandardDeviationSampleAsync(IMongoQueryableSingle, CancellationToken) | 
            Computes the sample standard deviation of a sequence of values.
             | 
|   | StandardDeviationSampleAsyncTSource(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.
             | 
|   | StandardDeviationSampleAsyncTSource(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.
             | 
|   | StandardDeviationSampleAsyncTSource(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.
             | 
|   | StandardDeviationSampleAsyncTSource(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.
             | 
|   | StandardDeviationSampleAsyncTSource(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.
             | 
|   | StandardDeviationSampleAsyncTSource(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.
             | 
|   | StandardDeviationSampleAsyncTSource(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.
             | 
|   | StandardDeviationSampleAsyncTSource(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.
             | 
|   | StandardDeviationSampleAsyncTSource(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.
             | 
|   | StandardDeviationSampleAsyncTSource(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.
             | 
 See Also
See Also