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

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

Syntax
C++
C#
Visual Basic
public: TResult Max<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.