AsyncQueryableAverageTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, NullableSingle) |
Namespace: System.Linq
public static Task<Nullable<float>> Average<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, Nullable<float>>> selector )