CondensedCollectionExtensions Methods |
[This is preliminary documentation and is subject to change.]
The CondensedCollectionExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| AllTSource |
Determines whether all elements of the collection satisfy a condition. Optimized for a CondensedCollection.
| |
| AnyTSource |
Determines whether any element of the collection satisfies a condition. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionDecimal) |
Computes the average of a sequence of Decimal values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionDouble) |
Computes the average of a sequence of double values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionInt32) |
Computes the average of a sequence of Int32 values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionInt64) |
Computes the average of a sequence of Int64 values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionNullableDecimal) |
Computes the average of a sequence of nullable Decimal values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionNullableDouble) |
Computes the average of a sequence of nullable double values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionNullableInt32) |
Computes the average of a sequence of nullable Int32 values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionNullableInt64) |
Computes the average of a sequence of nullable Int64 values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionNullableSingle) |
Computes the average of a sequence of nullable float values. Optimized for a CondensedCollection.
| |
| Average(CondensedCollectionSingle) |
Computes the average of a sequence of float values. Optimized for a CondensedCollection.
| |
| AverageTSource(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.
| |
| AverageTSource(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.
| |
| AverageTSource(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.
| |
| AverageTSource(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.
| |
| AverageTSource(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.
| |
| AverageTSource(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.
| |
| AverageTSource(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.
| |
| AverageTSource(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.
| |
| AverageTSource(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.
| |
| AverageTSource(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.
| |
| ContainsTSource |
Determines whether a sequence contains a specified value by using a specified comparer.
| |
| CountTSource |
Returns count of elements in the CondensedCollection that satisfy a condition. Optimized for a CondensedCollection.
| |
| DistinctTSource |
Returns distinct elements from a CondensedCollectionT as determined by the collection's equality comparer.
| |
| FirstTSource |
Returns the first element in a sequence that satisfies a specified condition. Optimized for a CondensedCollection.
| |
| FirstOrDefaultTSource |
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.
| |
| LastTSource |
Returns the last element in a sequence that satisfies a specified condition. Optimized for a CondensedCollection.
| |
| LastOrDefaultTSource |
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.
| |
| Max(CondensedCollectionDecimal) |
Computes the maximum value of a sequence of Decimal values. Optimized for a CondensedCollection.
| |
| Max(CondensedCollectionDouble) |
Computes the maximum value of a sequence of double values. Optimized for a CondensedCollection.
| |
| Max(CondensedCollectionInt32) |
Computes the maximum value of a sequence of Int32 values. Optimized for a CondensedCollection.
| |
| Max(CondensedCollectionInt64) |
Computes the maximum value of a sequence of Int64 values. Optimized for a CondensedCollection.
| |
| Max(CondensedCollectionNullableDecimal) |
Computes the maximum value of a sequence of nullable Decimal values. Optimized for a CondensedCollection.
| |
| Max(CondensedCollectionNullableDouble) |
Computes the maximum value of a sequence of nullable double values. Optimized for a CondensedCollection.
| |
| Max(CondensedCollectionNullableInt32) |
Computes the maximum value of a sequence of nullable Int32 values. Optimized for a CondensedCollection.
| |
| Max(CondensedCollectionNullableInt64) |
Computes the maximum value of a sequence of nullable Int64 values. Optimized for a CondensedCollection.
| |
| Max(CondensedCollectionNullableSingle) |
Computes the maximum value of a sequence of nullable float values. Optimized for a CondensedCollection.
| |
| Max(CondensedCollectionSingle) |
Computes the maximum value of a sequence of float values. Optimized for a CondensedCollection.
| |
| MaxTSource(CondensedCollectionTSource) |
Returns the maximum value in a generic sequence. Optimized for a CondensedCollection.
| |
| MaxTSource(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.
| |
| MaxTSource(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.
| |
| MaxTSource(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.
| |
| MaxTSource(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.
| |
| MaxTSource(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.
| |
| MaxTSource(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.
| |
| MaxTSource(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.
| |
| MaxTSource(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.
| |
| MaxTSource(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.
| |
| MaxTSource(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.
| |
| MaxTSource, 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.
| |
| Min(CondensedCollectionDecimal) |
Computes the minimum value of a sequence of Decimal values. Optimized for a CondensedCollection.
| |
| Min(CondensedCollectionDouble) |
Computes the minimum value of a sequence of double values. Optimized for a CondensedCollection.
| |
| Min(CondensedCollectionInt32) |
Computes the minimum value of a sequence of Int32 values. Optimized for a CondensedCollection.
| |
| Min(CondensedCollectionInt64) |
Computes the minimum value of a sequence of Int64 values. Optimized for a CondensedCollection.
| |
| Min(CondensedCollectionNullableDecimal) |
Computes the minimum value of a sequence of nullable Decimal values. Optimized for a CondensedCollection.
| |
| Min(CondensedCollectionNullableDouble) |
Computes the minimum value of a sequence of nullable double values. Optimized for a CondensedCollection.
| |
| Min(CondensedCollectionNullableInt32) |
Computes the minimum value of a sequence of nullable Int32 values. Optimized for a CondensedCollection.
| |
| Min(CondensedCollectionNullableInt64) |
Computes the minimum value of a sequence of nullable Int64 values. Optimized for a CondensedCollection.
| |
| Min(CondensedCollectionNullableSingle) |
Computes the minimum value of a sequence of nullable float values. Optimized for a CondensedCollection.
| |
| Min(CondensedCollectionSingle) |
Computes the minimum value of a sequence of float values. Optimized for a CondensedCollection.
| |
| MinTSource(CondensedCollectionTSource) |
Returns the minimum value in a generic sequence. Optimized for a CondensedCollection.
| |
| MinTSource(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.
| |
| MinTSource(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.
| |
| MinTSource(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.
| |
| MinTSource(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.
| |
| MinTSource(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.
| |
| MinTSource(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.
| |
| MinTSource(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.
| |
| MinTSource(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.
| |
| MinTSource(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.
| |
| MinTSource(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.
| |
| MinTSource, 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.
| |
| Sum(CondensedCollectionDecimal) |
Computes the sum of a sequence of Decimal values. Optimized for a CondensedCollection.
| |
| Sum(CondensedCollectionDouble) |
Computes the sum of a sequence of double values. Optimized for a CondensedCollection.
| |
| Sum(CondensedCollectionInt32) |
Computes the sum of a sequence of Int32 values. Optimized for a CondensedCollection.
| |
| Sum(CondensedCollectionInt64) |
Computes the sum of a sequence of Int64 values. Optimized for a CondensedCollection.
| |
| Sum(CondensedCollectionNullableDecimal) |
Computes the sum of a sequence of nullable Decimal values. Optimized for a CondensedCollection.
| |
| Sum(CondensedCollectionNullableDouble) |
Computes the sum of a sequence of nullable double values. Optimized for a CondensedCollection.
| |
| Sum(CondensedCollectionNullableInt32) |
Computes the sum of a sequence of nullable Int32 values. Optimized for a CondensedCollection.
| |
| Sum(CondensedCollectionNullableInt64) |
Computes the sum of a sequence of nullable Int64 values. Optimized for a CondensedCollection.
| |
| Sum(CondensedCollectionNullableSingle) |
Computes the sum of a sequence of nullable float values. Optimized for a CondensedCollection.
| |
| Sum(CondensedCollectionSingle) |
Computes the sum of a sequence of float values. Optimized for a CondensedCollection.
| |
| SumTSource(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.
| |
| SumTSource(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.
| |
| SumTSource(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.
| |
| SumTSource(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.
| |
| SumTSource(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.
| |
| SumTSource(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.
| |
| SumTSource(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.
| |
| SumTSource(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.
| |
| SumTSource(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.
| |
| SumTSource(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.
|