Click or drag to resize

CondensedCollectionExtensions Methods

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

The CondensedCollectionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAllTSource
Determines whether all elements of the collection satisfy a condition. Optimized for a CondensedCollection.
Public methodStatic memberAnyTSource
Determines whether any element of the collection satisfies a condition. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionDecimal)
Computes the average of a sequence of Decimal values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionDouble)
Computes the average of a sequence of double values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionInt32)
Computes the average of a sequence of Int32 values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionInt64)
Computes the average of a sequence of Int64 values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionNullableDecimal)
Computes the average of a sequence of nullable Decimal values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionNullableDouble)
Computes the average of a sequence of nullable double values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionNullableInt32)
Computes the average of a sequence of nullable Int32 values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionNullableInt64)
Computes the average of a sequence of nullable Int64 values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionNullableSingle)
Computes the average of a sequence of nullable float values. Optimized for a CondensedCollection.
Public methodStatic memberAverage(CondensedCollectionSingle)
Computes the average of a sequence of float values. Optimized for a CondensedCollection.
Public methodStatic memberAverageTSource(CondensedCollectionTSource, FuncTSource, Decimal)
Computes the average 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 memberAverageTSource(CondensedCollectionTSource, FuncTSource, Double)
Computes the average 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 memberAverageTSource(CondensedCollectionTSource, FuncTSource, Int32)
Computes the average 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 memberAverageTSource(CondensedCollectionTSource, FuncTSource, Int64)
Computes the average 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 memberAverageTSource(CondensedCollectionTSource, FuncTSource, NullableDecimal)
Computes the average 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 memberAverageTSource(CondensedCollectionTSource, FuncTSource, NullableDouble)
Computes the average 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 memberAverageTSource(CondensedCollectionTSource, FuncTSource, NullableInt32)
Computes the average 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 memberAverageTSource(CondensedCollectionTSource, FuncTSource, NullableInt64)
Computes the average 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 memberAverageTSource(CondensedCollectionTSource, FuncTSource, NullableSingle)
Computes the average 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 memberAverageTSource(CondensedCollectionTSource, FuncTSource, Single)
Computes the average 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 memberContainsTSource
Determines whether a sequence contains a specified value by using a specified comparer.
Public methodStatic memberCountTSource
Returns count of elements in the CondensedCollection that satisfy a condition. Optimized for a CondensedCollection.
Public methodStatic memberDistinctTSource
Public methodStatic memberFirstTSource
Returns the first element in a sequence that satisfies a specified condition. Optimized for a CondensedCollection.
Public methodStatic memberFirstOrDefaultTSource
Returns the first element of the sequence that satisfies a condition or a default value if no such element is found. Optimized for a CondensedCollection.
Public methodStatic memberLastTSource
Returns the last element in a sequence that satisfies a specified condition. Optimized for a CondensedCollection.
Public methodStatic memberLastOrDefaultTSource
Returns the last element of the sequence that satisfies a condition or a default value if no such element is found. Optimized for a CondensedCollection.
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.
Public methodStatic memberMin(CondensedCollectionDecimal)
Computes the minimum value of a sequence of Decimal values. Optimized for a CondensedCollection.
Public methodStatic memberMin(CondensedCollectionDouble)
Computes the minimum value of a sequence of double values. Optimized for a CondensedCollection.
Public methodStatic memberMin(CondensedCollectionInt32)
Computes the minimum value of a sequence of Int32 values. Optimized for a CondensedCollection.
Public methodStatic memberMin(CondensedCollectionInt64)
Computes the minimum value of a sequence of Int64 values. Optimized for a CondensedCollection.
Public methodStatic memberMin(CondensedCollectionNullableDecimal)
Computes the minimum value of a sequence of nullable Decimal values. Optimized for a CondensedCollection.
Public methodStatic memberMin(CondensedCollectionNullableDouble)
Computes the minimum value of a sequence of nullable double values. Optimized for a CondensedCollection.
Public methodStatic memberMin(CondensedCollectionNullableInt32)
Computes the minimum value of a sequence of nullable Int32 values. Optimized for a CondensedCollection.
Public methodStatic memberMin(CondensedCollectionNullableInt64)
Computes the minimum value of a sequence of nullable Int64 values. Optimized for a CondensedCollection.
Public methodStatic memberMin(CondensedCollectionNullableSingle)
Computes the minimum value of a sequence of nullable float values. Optimized for a CondensedCollection.
Public methodStatic memberMin(CondensedCollectionSingle)
Computes the minimum value of a sequence of float values. Optimized for a CondensedCollection.
Public methodStatic memberMinTSource(CondensedCollectionTSource)
Returns the minimum value in a generic sequence. Optimized for a CondensedCollection.
Public methodStatic memberMinTSource(CondensedCollectionTSource, FuncTSource, Decimal)
Computes the minimum 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 memberMinTSource(CondensedCollectionTSource, FuncTSource, Double)
Computes the minimum 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 memberMinTSource(CondensedCollectionTSource, FuncTSource, Int32)
Computes the minimum 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 memberMinTSource(CondensedCollectionTSource, FuncTSource, Int64)
Computes the minimum 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 memberMinTSource(CondensedCollectionTSource, FuncTSource, NullableDecimal)
Computes the minimum 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 memberMinTSource(CondensedCollectionTSource, FuncTSource, NullableDouble)
Computes the minimum 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 memberMinTSource(CondensedCollectionTSource, FuncTSource, NullableInt32)
Computes the minimum 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 memberMinTSource(CondensedCollectionTSource, FuncTSource, NullableInt64)
Computes the minimum 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 memberMinTSource(CondensedCollectionTSource, FuncTSource, NullableSingle)
Computes the minimum 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 memberMinTSource(CondensedCollectionTSource, FuncTSource, Single)
Computes the minimum 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 memberMinTSource, TResult(CondensedCollectionTSource, FuncTSource, TResult)
Invokes a transform function on each element of a generic sequence and returns the minimum resulting value. Optimized for a CondensedCollection.
Public methodStatic memberSum(CondensedCollectionDecimal)
Computes the sum of a sequence of Decimal values. Optimized for a CondensedCollection.
Public methodStatic memberSum(CondensedCollectionDouble)
Computes the sum of a sequence of double values. Optimized for a CondensedCollection.
Public methodStatic memberSum(CondensedCollectionInt32)
Computes the sum of a sequence of Int32 values. Optimized for a CondensedCollection.
Public methodStatic memberSum(CondensedCollectionInt64)
Computes the sum of a sequence of Int64 values. Optimized for a CondensedCollection.
Public methodStatic memberSum(CondensedCollectionNullableDecimal)
Computes the sum of a sequence of nullable Decimal values. Optimized for a CondensedCollection.
Public methodStatic memberSum(CondensedCollectionNullableDouble)
Computes the sum of a sequence of nullable double values. Optimized for a CondensedCollection.
Public methodStatic memberSum(CondensedCollectionNullableInt32)
Computes the sum of a sequence of nullable Int32 values. Optimized for a CondensedCollection.
Public methodStatic memberSum(CondensedCollectionNullableInt64)
Computes the sum of a sequence of nullable Int64 values. Optimized for a CondensedCollection.
Public methodStatic memberSum(CondensedCollectionNullableSingle)
Computes the sum of a sequence of nullable float values. Optimized for a CondensedCollection.
Public methodStatic memberSum(CondensedCollectionSingle)
Computes the sum of a sequence of float values. Optimized for a CondensedCollection.
Public methodStatic memberSumTSource(CondensedCollectionTSource, FuncTSource, Decimal)
Computes the sum 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 memberSumTSource(CondensedCollectionTSource, FuncTSource, Double)
Computes the sum 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 memberSumTSource(CondensedCollectionTSource, FuncTSource, Int32)
Computes the sum 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 memberSumTSource(CondensedCollectionTSource, FuncTSource, Int64)
Computes the sum 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 memberSumTSource(CondensedCollectionTSource, FuncTSource, NullableDecimal)
Computes the sum 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 memberSumTSource(CondensedCollectionTSource, FuncTSource, NullableDouble)
Computes the sum 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 memberSumTSource(CondensedCollectionTSource, FuncTSource, NullableInt32)
Computes the sum 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 memberSumTSource(CondensedCollectionTSource, FuncTSource, NullableInt64)
Computes the sum 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 memberSumTSource(CondensedCollectionTSource, FuncTSource, NullableSingle)
Computes the sum 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 memberSumTSource(CondensedCollectionTSource, FuncTSource, Single)
Computes the sum 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.
Top
See Also