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(IEnumerable<BinarySize>) |
Computes the average of a sequence of BinarySize values.
|
Average(IEnumerable<UBinarySize>) |
Computes the average of a sequence of UBinarySize values.
|
Average(IEnumerable<Nullable<BinarySize>>) |
Computes the average of a sequence of nullable BinarySize values.
|
Average(IEnumerable<Nullable<UBinarySize>>) |
Computes the average of a sequence of nullable UBinarySize values.
|
Average<TSource>(IEnumerable<TSource>, Func<TSource, 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.
|
Average<TSource>(IEnumerable<TSource>, Func<TSource, 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.
|
Average<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<BinarySize>>) |
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..
|
Average<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<UBinarySize>>) |
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(IEnumerable<BinarySize>) |
Computes the sum of a sequence of BinarySize values.
|
Sum(IEnumerable<UBinarySize>) |
Computes the sum of a sequence of UBinarySize values.
|
Sum(IEnumerable<Nullable<BinarySize>>) |
Computes the sum of a sequence of nullable BinarySize values.
|
Sum(IEnumerable<Nullable<UBinarySize>>) |
Computes the sum of a sequence of nullable UBinarySize values.
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource, 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.
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource, 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.
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<BinarySize>>) |
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..
|
Sum<TSource>(IEnumerable<TSource>, Func<TSource, Nullable<UBinarySize>>) |
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.