AverageAsync(IAsyncEnumerableBinarySize, CancellationToken) | Asynchronously computes the average of a sequence of BinarySize values. |
AverageAsync(IAsyncEnumerableUBinarySize, CancellationToken) | Asynchronously computes the average of a sequence of UBinarySize values. |
AverageAsync(IAsyncEnumerableNullableBinarySize, CancellationToken) | Asynchronously computes the average of a sequence of nullable BinarySize values. |
AverageAsync(IAsyncEnumerableNullableUBinarySize, CancellationToken) | Asynchronously computes the average of a sequence of nullable UBinarySize 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, UBinarySize, CancellationToken) | Asynchronously computes the average of a sequence of UBinarySize 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. |
AverageAsyncTSource(IAsyncEnumerableTSource, FuncTSource, NullableUBinarySize, CancellationToken) | Asynchronously 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. |