SumAsync(IAsyncEnumerableBinarySize, CancellationToken) | Asynchronously computes the sum of a sequence of BinarySize values. |
SumAsync(IAsyncEnumerableNullableBinarySize, CancellationToken) | Asynchronously computes the sum of a sequence of nullable BinarySize values. |
SumAsyncTSource(IAsyncEnumerableTSource, FuncTSource, BinarySize, CancellationToken) | Asynchronously computes the sum of a sequence of BinarySize values that are obtained by invoking a transform function on each element of the input sequence.. |
SumAsyncTSource(IAsyncEnumerableTSource, FuncTSource, NullableBinarySize, CancellationToken) | Asynchronously 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. |