MongoQueryableStandardDeviationSample Method |
Name | Description | |
---|---|---|
StandardDeviationSample(IMongoQueryableDecimal) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IMongoQueryableDouble) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IMongoQueryableInt32) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IMongoQueryableInt64) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IMongoQueryableNullableDecimal) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IMongoQueryableNullableDouble) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IMongoQueryableNullableInt32) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IMongoQueryableNullableInt64) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IMongoQueryableNullableSingle) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSample(IMongoQueryableSingle) |
Computes the sample standard deviation of a sequence of values.
| |
StandardDeviationSampleTSource(IMongoQueryableTSource, ExpressionFuncTSource, Decimal) |
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.
| |
StandardDeviationSampleTSource(IMongoQueryableTSource, ExpressionFuncTSource, Double) |
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.
| |
StandardDeviationSampleTSource(IMongoQueryableTSource, ExpressionFuncTSource, Int32) |
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.
| |
StandardDeviationSampleTSource(IMongoQueryableTSource, ExpressionFuncTSource, Int64) |
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.
| |
StandardDeviationSampleTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableDecimal) |
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.
| |
StandardDeviationSampleTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableDouble) |
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.
| |
StandardDeviationSampleTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableInt32) |
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.
| |
StandardDeviationSampleTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableInt64) |
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.
| |
StandardDeviationSampleTSource(IMongoQueryableTSource, ExpressionFuncTSource, NullableSingle) |
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.
| |
StandardDeviationSampleTSource(IMongoQueryableTSource, ExpressionFuncTSource, Single) |
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.
|