Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Enumerable Class
Min Method
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Enumerable..::.Min Method

Returns the minimum value in a sequence of values.

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin(IEnumerable<(Of <(Decimal>)>))Returns the minimum value in a sequence of Decimal values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin(IEnumerable<(Of <(Double>)>))Returns the minimum value in a sequence of Double values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin(IEnumerable<(Of <(Int32>)>))Returns the minimum value in a sequence of Int32 values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin(IEnumerable<(Of <(Int64>)>))Returns the minimum value in a sequence of Int64 values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin(IEnumerable<(Of <(Nullable<(Of <(Decimal>)>)>)>))Returns the minimum value in a sequence of nullable Decimal values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin(IEnumerable<(Of <(Nullable<(Of <(Double>)>)>)>))Returns the minimum value in a sequence of nullable Double values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin(IEnumerable<(Of <(Nullable<(Of <(Int32>)>)>)>))Returns the minimum value in a sequence of nullable Int32 values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin(IEnumerable<(Of <(Nullable<(Of <(Int64>)>)>)>))Returns the minimum value in a sequence of nullable Int64 values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin(IEnumerable<(Of <(Nullable<(Of <(Single>)>)>)>))Returns the minimum value in a sequence of nullable Single values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin(IEnumerable<(Of <(Single>)>))Returns the minimum value in a sequence of Single values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>))Returns the minimum value in a generic sequence.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Decimal>)>))Invokes a transform function on each element of a sequence and returns the minimum Decimal value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Double>)>))Invokes a transform function on each element of a sequence and returns the minimum Double value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Int32>)>))Invokes a transform function on each element of a sequence and returns the minimum Int32 value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Int64>)>))Invokes a transform function on each element of a sequence and returns the minimum Int64 value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Decimal>)>)>)>))Invokes a transform function on each element of a sequence and returns the minimum nullable Decimal value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Double>)>)>)>))Invokes a transform function on each element of a sequence and returns the minimum nullable Double value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Int32>)>)>)>))Invokes a transform function on each element of a sequence and returns the minimum nullable Int32 value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Int64>)>)>)>))Invokes a transform function on each element of a sequence and returns the minimum nullable Int64 value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Single>)>)>)>))Invokes a transform function on each element of a sequence and returns the minimum nullable Single value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Single>)>))Invokes a transform function on each element of a sequence and returns the minimum Single value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMin<(Of <(TSource, TResult>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, TResult>)>))Invokes a transform function on each element of a generic sequence and returns the minimum resulting value.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker