| MongoQueryableStandardDeviationPopulationAsync Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|   | StandardDeviationPopulationAsync(IMongoQueryableDecimal, CancellationToken) | 
            Computes the population standard deviation of a sequence of values.
             | 
|   | StandardDeviationPopulationAsync(IMongoQueryableDouble, CancellationToken) | 
            Computes the population standard deviation of a sequence of values.
             | 
|   | StandardDeviationPopulationAsync(IMongoQueryableInt32, CancellationToken) | 
            Computes the population standard deviation of a sequence of values.
             | 
|   | StandardDeviationPopulationAsync(IMongoQueryableInt64, CancellationToken) | 
            Computes the population standard deviation of a sequence of values.
             | 
|   | StandardDeviationPopulationAsync(IMongoQueryableNullableDecimal, CancellationToken) | 
            Computes the population standard deviation of a sequence of values.
             | 
|   | StandardDeviationPopulationAsync(IMongoQueryableNullableDouble, CancellationToken) | 
            Computes the population standard deviation of a sequence of values.
             | 
|   | StandardDeviationPopulationAsync(IMongoQueryableNullableInt32, CancellationToken) | 
            Computes the population standard deviation of a sequence of values.
             | 
|   | StandardDeviationPopulationAsync(IMongoQueryableNullableInt64, CancellationToken) | 
            Computes the population standard deviation of a sequence of values.
             | 
|   | StandardDeviationPopulationAsync(IMongoQueryableNullableSingle, CancellationToken) | 
            Computes the population standard deviation of a sequence of values.
             | 
|   | StandardDeviationPopulationAsync(IMongoQueryableSingle, CancellationToken) | 
            Computes the population standard deviation of a sequence of values.
             | 
|   | StandardDeviationPopulationAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Decimal, CancellationToken) | 
            Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
             | 
|   | StandardDeviationPopulationAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Double, CancellationToken) | 
            Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
             | 
|   | StandardDeviationPopulationAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Int32, CancellationToken) | 
            Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
             | 
|   | StandardDeviationPopulationAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Int64, CancellationToken) | 
            Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
             | 
|   | StandardDeviationPopulationAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableDecimal, CancellationToken) | 
            Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
             | 
|   | StandardDeviationPopulationAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableDouble, CancellationToken) | 
            Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
             | 
|   | StandardDeviationPopulationAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableInt32, CancellationToken) | 
            Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
             | 
|   | StandardDeviationPopulationAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableInt64, CancellationToken) | 
            Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
             | 
|   | StandardDeviationPopulationAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableSingle, CancellationToken) | 
            Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
             | 
|   | StandardDeviationPopulationAsyncTSource(IMongoQueryableTSource, ExpressionFuncTSource, Single, CancellationToken) | 
            Computes the population 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