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

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

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