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

Invokes a transform function on each element of a sequence and returns the maximum nullable System.Double value.

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