Click or drag to resize

CondensedCollectionExtensionsMax Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodStatic memberMax(CondensedCollectionDecimal)
Computes the maximum value of a sequence of Decimal values. Optimized for a CondensedCollection.
Public methodStatic memberMax(CondensedCollectionDouble)
Computes the maximum value of a sequence of double values. Optimized for a CondensedCollection.
Public methodStatic memberMax(CondensedCollectionInt32)
Computes the maximum value of a sequence of Int32 values. Optimized for a CondensedCollection.
Public methodStatic memberMax(CondensedCollectionInt64)
Computes the maximum value of a sequence of Int64 values. Optimized for a CondensedCollection.
Public methodStatic memberMax(CondensedCollectionNullableDecimal)
Computes the maximum value of a sequence of nullable Decimal values. Optimized for a CondensedCollection.
Public methodStatic memberMax(CondensedCollectionNullableDouble)
Computes the maximum value of a sequence of nullable double values. Optimized for a CondensedCollection.
Public methodStatic memberMax(CondensedCollectionNullableInt32)
Computes the maximum value of a sequence of nullable Int32 values. Optimized for a CondensedCollection.
Public methodStatic memberMax(CondensedCollectionNullableInt64)
Computes the maximum value of a sequence of nullable Int64 values. Optimized for a CondensedCollection.
Public methodStatic memberMax(CondensedCollectionNullableSingle)
Computes the maximum value of a sequence of nullable float values. Optimized for a CondensedCollection.
Public methodStatic memberMax(CondensedCollectionSingle)
Computes the maximum value of a sequence of float values. Optimized for a CondensedCollection.
Public methodStatic memberMaxTSource(CondensedCollectionTSource)
Returns the maximum value in a generic sequence. Optimized for a CondensedCollection.
Public methodStatic memberMaxTSource(CondensedCollectionTSource, FuncTSource, Decimal)
Computes the maximum value of a CondensedCollection of Decimal values that are obtained by invoking a transform function on each element of the input sequence. Optimized for a CondensedCollection.
Public methodStatic memberMaxTSource(CondensedCollectionTSource, FuncTSource, Double)
Computes the maximum value of a CondensedCollection of double values that are obtained by invoking a transform function on each element of the input sequence. Optimized for a CondensedCollection.
Public methodStatic memberMaxTSource(CondensedCollectionTSource, FuncTSource, Int32)
Computes the maximum value of a CondensedCollection of Int32 values that are obtained by invoking a transform function on each element of the input sequence. Optimized for a CondensedCollection.
Public methodStatic memberMaxTSource(CondensedCollectionTSource, FuncTSource, Int64)
Computes the maximum value of a CondensedCollection of Int64 values that are obtained by invoking a transform function on each element of the input sequence. Optimized for a CondensedCollection.
Public methodStatic memberMaxTSource(CondensedCollectionTSource, FuncTSource, NullableDecimal)
Computes the maximum value of a CondensedCollection of nullable Decimal values that are obtained by invoking a transform function on each element of the input sequence. Optimized for a CondensedCollection.
Public methodStatic memberMaxTSource(CondensedCollectionTSource, FuncTSource, NullableDouble)
Computes the maximum value of a CondensedCollection of nullable double values that are obtained by invoking a transform function on each element of the input sequence. Optimized for a CondensedCollection.
Public methodStatic memberMaxTSource(CondensedCollectionTSource, FuncTSource, NullableInt32)
Computes the maximum value of a CondensedCollection of nullable Int32 values that are obtained by invoking a transform function on each element of the input sequence. Optimized for a CondensedCollection.
Public methodStatic memberMaxTSource(CondensedCollectionTSource, FuncTSource, NullableInt64)
Computes the maximum value of a CondensedCollection of nullable Int64 values that are obtained by invoking a transform function on each element of the input sequence. Optimized for a CondensedCollection.
Public methodStatic memberMaxTSource(CondensedCollectionTSource, FuncTSource, NullableSingle)
Computes the maximum value of a CondensedCollection of nullable float values that are obtained by invoking a transform function on each element of the input sequence. Optimized for a CondensedCollection.
Public methodStatic memberMaxTSource(CondensedCollectionTSource, FuncTSource, Single)
Computes the maximum value of a CondensedCollection of float values that are obtained by invoking a transform function on each element of the input sequence. Optimized for a CondensedCollection.
Public methodStatic memberMaxTSource, TResult(CondensedCollectionTSource, FuncTSource, TResult)
Invokes a transform function on each element of a generic sequence and returns the maximum resulting value. Optimized for a CondensedCollection.
Top
See Also