EnumerableExtensions Class
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
public static class EnumerableExtensions
<ExtensionAttribute>
Public NotInheritable Class EnumerableExtensions
[ExtensionAttribute]
public ref class EnumerableExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type EnumerableExtensions = class end
- Inheritance
 - Object    EnumerableExtensions
 
 | Average(IEnumerableBinarySize) | 
            Computes the average of a sequence of BinarySize values.
             | 
| Average(IEnumerableUBinarySize) | 
            Computes the average of a sequence of UBinarySize values.
             | 
| Average(IEnumerableNullableBinarySize) | 
            Computes the average of a sequence of nullable BinarySize values.
             | 
| Average(IEnumerableNullableUBinarySize) | 
            Computes the average of a sequence of nullable UBinarySize values.
             | 
| AverageTSource(IEnumerableTSource, FuncTSource, BinarySize) | 
            Computes the average of a sequence of BinarySize values that are obtained by
            invoking a transform function on each element of the input sequence.
             | 
| AverageTSource(IEnumerableTSource, FuncTSource, UBinarySize) | 
            Computes the average of a sequence of UBinarySize values that are obtained by
            invoking a transform function on each element of the input sequence.
             | 
| AverageTSource(IEnumerableTSource, FuncTSource, NullableBinarySize) | 
            Computes the average of a sequence of nullable BinarySize values that are
            obtained by invoking a transform function on each element of the input sequence..
             | 
| AverageTSource(IEnumerableTSource, FuncTSource, NullableUBinarySize) | 
            Computes the average of a sequence of nullable UBinarySize values that are
            obtained by invoking a transform function on each element of the input sequence..
             | 
| Sum(IEnumerableBinarySize) | 
            Computes the sum of a sequence of BinarySize values.
             | 
| Sum(IEnumerableUBinarySize) | 
            Computes the sum of a sequence of UBinarySize values.
             | 
| Sum(IEnumerableNullableBinarySize) | 
            Computes the sum of a sequence of nullable BinarySize values.
             | 
| Sum(IEnumerableNullableUBinarySize) | 
            Computes the sum of a sequence of nullable UBinarySize values.
             | 
| SumTSource(IEnumerableTSource, FuncTSource, BinarySize) | 
            Computes the sum of a sequence of BinarySize values that are obtained by
            invoking a transform function on each element of the input sequence.
             | 
| SumTSource(IEnumerableTSource, FuncTSource, UBinarySize) | 
            Computes the sum of a sequence of UBinarySize values that are obtained by
            invoking a transform function on each element of the input sequence.
             | 
| SumTSource(IEnumerableTSource, FuncTSource, NullableBinarySize) | 
            Computes the sum of a sequence of nullable BinarySize values that are obtained
            by invoking a transform function on each element of the input sequence..
             | 
| SumTSource(IEnumerableTSource, FuncTSource, NullableUBinarySize) | 
            Computes the sum of a sequence of nullable UBinarySize values that are obtained
            by invoking a transform function on each element of the input sequence..
             | 
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.