Overload List
Name | Description | |
---|---|---|
AverageAsQuery(IQueryableDecimal) |
Same as Average(IQueryableDecimal), but returns an IQueryable<Decimal>
containing a single element. Computes the average of a set of decimal values in the input
dataset.
| |
AverageAsQuery(IQueryableDouble) |
Same as Average(IQueryableDouble), but returns an IQueryable<Double>
containing a single element. Computes the average of a set of double values in the input
dataset.
| |
AverageAsQuery(IQueryableInt32) |
Same as Average(IQueryableInt32), but returns an IQueryable<Double>
containing a single element. Computes the average of a set of Int32 values in the input
dataset.
| |
AverageAsQuery(IQueryableInt64) |
Same as Average(IQueryableInt64), but returns an IQueryable<Double>
containing a single element. Computes the average of a set of Int64 values in the input
dataset.
| |
AverageAsQuery(IQueryableNullableDecimal) |
Same as Average(IQueryableNullableDecimal), but returns an IQueryable<Nullable<Decimal>>
containing a single element. Computes the average of a set of nullable decimal values in the input
dataset.
| |
AverageAsQuery(IQueryableNullableDouble) |
Same as Average(IQueryableNullableDouble), but returns an IQueryable<Nullable<Double>>
containing a single element. Computes the average of a set of nullable double values in the input
dataset.
| |
AverageAsQuery(IQueryableNullableInt32) |
Same as Average(IQueryableNullableInt32), but returns an IQueryable<Nullable<Double>>
containing a single element. Computes the average of a set of nullable Int32 values in the input
dataset.
| |
AverageAsQuery(IQueryableNullableInt64) |
Same as Average(IQueryableNullableInt64), but returns an IQueryable<Nullable<Double>>
containing a single element. Computes the average of a set of nullable Int64 values in the input
dataset.
| |
AverageAsQuery(IQueryableNullableSingle) |
Same as Average(IQueryableNullableSingle), but returns an IQueryable<Nullable<Single>>
containing a single element. Computes the average of a set of nullable float values in the input
dataset.
| |
AverageAsQuery(IQueryableSingle) |
Same as Average(IQueryableSingle), but returns an IQueryable<Single>
containing a single element. Computes the average of a set of float values in the input
dataset.
| |
AverageAsQueryTSource(IQueryableTSource, ExpressionFuncTSource, Decimal) |
Same as AverageTSource(IQueryableTSource, ExpressionFuncTSource, Decimal), but returns an IQueryable<Decimal>
containing a single element. Computes the average of a set of decimal values that
is obtained by applying a function to each element of the input dataset.
| |
AverageAsQueryTSource(IQueryableTSource, ExpressionFuncTSource, Double) |
Same as AverageTSource(IQueryableTSource, ExpressionFuncTSource, Double), but returns an IQueryable<Double>
containing a single element. Computes the average of a set of double values that
is obtained by applying a function to each element of the input dataset.
| |
AverageAsQueryTSource(IQueryableTSource, ExpressionFuncTSource, Int32) |
Same as AverageTSource(IQueryableTSource, ExpressionFuncTSource, Int32), but returns an IQueryable<Double>
containing a single element. Computes the average of a set of Int32 values that
is obtained by applying a function to each element of the input dataset.
| |
AverageAsQueryTSource(IQueryableTSource, ExpressionFuncTSource, Int64) |
Same as AverageTSource(IQueryableTSource, ExpressionFuncTSource, Int64), but returns an IQueryable<Double>
containing a single element. Computes the average of a set of Int64 values that
is obtained by applying a function to each element of the input dataset.
| |
AverageAsQueryTSource(IQueryableTSource, ExpressionFuncTSource, NullableDecimal) |
Same as AverageTSource(IQueryableTSource, ExpressionFuncTSource, NullableDecimal), but returns an IQueryable<Nullable<Decimal>>
containing a single element. Computes the average of a set of nullable decimal values that
is obtained by applying a function to each element of the input dataset.
| |
AverageAsQueryTSource(IQueryableTSource, ExpressionFuncTSource, NullableDouble) |
Same as AverageTSource(IQueryableTSource, ExpressionFuncTSource, NullableDouble), but returns an IQueryable<Nullable<Double>>
containing a single element. Computes the average of a set of nullable double values that
is obtained by applying a function to each element of the input dataset.
| |
AverageAsQueryTSource(IQueryableTSource, ExpressionFuncTSource, NullableInt32) |
Same as AverageTSource(IQueryableTSource, ExpressionFuncTSource, NullableInt32), but returns an IQueryable<Nullable<Double>>
containing a single element. Computes the average of a set of nullable Int32 values that
is obtained by applying a function to each element of the input dataset.
| |
AverageAsQueryTSource(IQueryableTSource, ExpressionFuncTSource, NullableInt64) |
Same as AverageTSource(IQueryableTSource, ExpressionFuncTSource, NullableInt64), but returns an IQueryable<Nullable<Double>>
containing a single element. Computes the average of a set of nullable Int64 values that
is obtained by applying a function to each element of the input dataset.
| |
AverageAsQueryTSource(IQueryableTSource, ExpressionFuncTSource, NullableSingle) |
Same as AverageTSource(IQueryableTSource, ExpressionFuncTSource, NullableSingle), but returns an IQueryable<Nullable<Single>>
containing a single element. Computes the average of a set of nullable float values that
is obtained by applying a function to each element of the input dataset.
| |
AverageAsQueryTSource(IQueryableTSource, ExpressionFuncTSource, Single) |
Same as AverageTSource(IQueryableTSource, ExpressionFuncTSource, Single), but returns an IQueryable<Single>
containing a single element. Computes the average of a set of float values that
is obtained by applying a function to each element of the input dataset.
|
See Also