You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities.LinqBridge Namespace > Enumerable Class > Enumerable Methods > Min Method > Min Method (this IEnumerable<TSource>, Func<TSource, TResult>)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Enumerable.Min Method (this IEnumerable<TSource>, Func<TSource, TResult>)

Invokes a transform function on each element of a generic sequence and returns the minimum resulting value.

Syntax
C++
C#
Visual Basic
public: TResult Min<TSource, TResult>( this IEnumerable<TSource> source, Func<TSource, TResult> selector );
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.