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