Overload | Description |
---|---|
Average(IEntityScalarQuery,Action<EntityScalarQueryOperation>,Object) | Computes the average of a sequence of numeric values. |
Average<TSource>(IEntityScalarQuery<TSource>,Action<EntityScalarQueryOperation<TSource>>,Object) | Computes the average of a sequence of numeric values. |
Average(IEntityScalarQuery,IProjectionSelector,Action<EntityScalarQueryOperation>,Object) | Computes the average of a sequence of numeric values that is obtained by invoking a projection function on each element of the input sequence. |
Average<TSource,TResult>(IEntityScalarQuery<TSource>,Expression<Func<TSource,TResult>>,Action<EntityScalarQueryOperation<TResult>>,Object) | Computes the average of a sequence of numeric values that is obtained by invoking a projection function on each element of the input sequence. |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family