Average(IEnumerableBinarySize) | Computes the average of a sequence of BinarySize values. |
Average(IEnumerableNullableBinarySize) | Computes the average of a sequence of nullable BinarySize 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, 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.. |