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