MongoEnumerable Class (original) (raw)

Name

Description

Public methodStatic member

StandardDeviationPopulation(IEnumerableDecimal)

Computes the population standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationPopulation(IEnumerableDouble)

Computes the population standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationPopulation(IEnumerableInt32)

Computes the population standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationPopulation(IEnumerableInt64)

Computes the population standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationPopulation(IEnumerableNullableDecimal)

Computes the population standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationPopulation(IEnumerableNullableDouble)

Computes the population standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationPopulation(IEnumerableNullableInt32)

Computes the population standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationPopulation(IEnumerableNullableInt64)

Computes the population standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationPopulation(IEnumerableNullableSingle)

Computes the population standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationPopulation(IEnumerableSingle)

Computes the population standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, 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 member

StandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, 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 member

StandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, 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 member

StandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, 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 member

StandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, 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 member

StandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, 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 member

StandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, 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 member

StandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, 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 member

StandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, 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 member

StandardDeviationPopulationTSource(IEnumerableTSource, FuncTSource, 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.

Public methodStatic member

StandardDeviationSample(IEnumerableDecimal)

Computes the sample standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationSample(IEnumerableDouble)

Computes the sample standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationSample(IEnumerableInt32)

Computes the sample standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationSample(IEnumerableInt64)

Computes the sample standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationSample(IEnumerableNullableDecimal)

Computes the sample standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationSample(IEnumerableNullableDouble)

Computes the sample standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationSample(IEnumerableNullableInt32)

Computes the sample standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationSample(IEnumerableNullableInt64)

Computes the sample standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationSample(IEnumerableNullableSingle)

Computes the sample standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationSample(IEnumerableSingle)

Computes the sample standard deviation of a sequence of values.

Public methodStatic member

StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, 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.

Public methodStatic member

StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, 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.

Public methodStatic member

StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, 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.

Public methodStatic member

StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, 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.

Public methodStatic member

StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, 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.

Public methodStatic member

StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, 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.

Public methodStatic member

StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, 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.

Public methodStatic member

StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, 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.

Public methodStatic member

StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, 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.

Public methodStatic member

StandardDeviationSampleTSource(IEnumerableTSource, FuncTSource, 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.