| Average(IEnumerableBinarySize) | Computes the average of a sequence of BinarySize values. | 
| Average(IEnumerableUBinarySize) | Computes the average of a sequence of UBinarySize values. | 
| Average(IEnumerableNullableBinarySize) | Computes the average of a sequence of nullable BinarySize values. | 
| Average(IEnumerableNullableUBinarySize) | Computes the average of a sequence of nullable UBinarySize 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, 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. | 
| 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.. | 
| AverageTSource(IEnumerableTSource, FuncTSource, NullableUBinarySize) | 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.. |