Click or drag to resize

MongoQueryableStandardDeviationPopulation Method

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