public static class EnumerableExtensions
<ExtensionAttribute>
Public NotInheritable Class EnumerableExtensions
[ExtensionAttribute]
public ref class EnumerableExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type EnumerableExtensions = class end
Average(IEnumerableBinarySize) | Computes the average of a sequence of BinarySize values. |
Average(IEnumerableNullableBinarySize) | Computes the average of a sequence of nullable BinarySize 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, 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.. |
Sum(IEnumerableBinarySize) | Computes the sum of a sequence of BinarySize values. |
Sum(IEnumerableNullableBinarySize) | Computes the sum of a sequence of nullable BinarySize 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, 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.. |