Click or drag to resize

MongoQueryableStandardDeviationPopulationAsync Method

Overload List
  NameDescription
Public methodStatic memberStandardDeviationPopulationAsync(IMongoQueryableDecimal, CancellationToken)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulationAsync(IMongoQueryableDouble, CancellationToken)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulationAsync(IMongoQueryableInt32, CancellationToken)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulationAsync(IMongoQueryableInt64, CancellationToken)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulationAsync(IMongoQueryableNullableDecimal, CancellationToken)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulationAsync(IMongoQueryableNullableDouble, CancellationToken)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulationAsync(IMongoQueryableNullableInt32, CancellationToken)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulationAsync(IMongoQueryableNullableInt64, CancellationToken)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulationAsync(IMongoQueryableNullableSingle, CancellationToken)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulationAsync(IMongoQueryableSingle, CancellationToken)
Computes the population standard deviation of a sequence of values.
Public methodStatic memberStandardDeviationPopulationAsyncTSource(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.
Public methodStatic memberStandardDeviationPopulationAsyncTSource(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.
Public methodStatic memberStandardDeviationPopulationAsyncTSource(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.
Public methodStatic memberStandardDeviationPopulationAsyncTSource(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.
Public methodStatic memberStandardDeviationPopulationAsyncTSource(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.
Public methodStatic memberStandardDeviationPopulationAsyncTSource(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.
Public methodStatic memberStandardDeviationPopulationAsyncTSource(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.
Public methodStatic memberStandardDeviationPopulationAsyncTSource(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.
Public methodStatic memberStandardDeviationPopulationAsyncTSource(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.
Public methodStatic memberStandardDeviationPopulationAsyncTSource(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.
Top
See Also