.NET Framework Class Library
Enumerable..::.Max Method

Returns the maximum value in a sequence of values.

Overload List

  NameDescription
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax(IEnumerable<(Of <(Decimal>)>))Returns the maximum value in a sequence of Decimal values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax(IEnumerable<(Of <(Double>)>))Returns the maximum value in a sequence of Double values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax(IEnumerable<(Of <(Int32>)>))Returns the maximum value in a sequence of Int32 values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax(IEnumerable<(Of <(Int64>)>))Returns the maximum value in a sequence of Int64 values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax(IEnumerable<(Of <(Nullable<(Of <(Decimal>)>)>)>))Returns the maximum value in a sequence of nullable Decimal values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax(IEnumerable<(Of <(Nullable<(Of <(Double>)>)>)>))Returns the maximum value in a sequence of nullable Double values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax(IEnumerable<(Of <(Nullable<(Of <(Int32>)>)>)>))Returns the maximum value in a sequence of nullable Int32 values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax(IEnumerable<(Of <(Nullable<(Of <(Int64>)>)>)>))Returns the maximum value in a sequence of nullable Int64 values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax(IEnumerable<(Of <(Nullable<(Of <(Single>)>)>)>))Returns the maximum value in a sequence of nullable Single values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax(IEnumerable<(Of <(Single>)>))Returns the maximum value in a sequence of Single values.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>))Returns the maximum value in a generic sequence.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Decimal>)>))Invokes a transform function on each element of a sequence and returns the maximum Decimal value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Double>)>))Invokes a transform function on each element of a sequence and returns the maximum Double value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Int32>)>))Invokes a transform function on each element of a sequence and returns the maximum Int32 value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Int64>)>))Invokes a transform function on each element of a sequence and returns the maximum Int64 value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Decimal>)>)>)>))Invokes a transform function on each element of a sequence and returns the maximum nullable Decimal value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Double>)>)>)>))Invokes a transform function on each element of a sequence and returns the maximum nullable Double value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Int32>)>)>)>))Invokes a transform function on each element of a sequence and returns the maximum nullable Int32 value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Int64>)>)>)>))Invokes a transform function on each element of a sequence and returns the maximum nullable Int64 value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Nullable<(Of <(Single>)>)>)>))Invokes a transform function on each element of a sequence and returns the maximum nullable Single value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, Single>)>))Invokes a transform function on each element of a sequence and returns the maximum Single value.
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMax<(Of <(TSource, TResult>)>)(IEnumerable<(Of <(TSource>)>), Func<(Of <(TSource, TResult>)>))Invokes a transform function on each element of a generic sequence and returns the maximum resulting value.
Top
See Also

Reference

Tags :


Page view tracker