| AsyncQueryableMinTSource Method (IAsyncQueryableTSource, ExpressionFuncTSource, NullableSingle) | 
Namespace: System.Linq
 Syntax
Syntaxpublic static Task<Nullable<float>> Min<TSource>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, Nullable<float>>> selector )
 See Also
See Also