You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2018. It is now read-only.
[Ⓢ](https://github.com/Reactive-Extensions/RxJS/blob/master/src/core/linq/observable/average.js"View in source")
3
3
4
4
Computes the average of an observable sequence of values that are in the sequence or obtained by invoking a transform function on each element of the input sequence if present.
5
5
6
6
#### Arguments
7
7
1.`[selector]`*(`Function`)*: A transform function to apply to each element.
8
+
2.`[thisArg]`*(`Any`)*: Object to use as `this` when executing `selector`.
8
9
9
10
#### Returns
10
11
*(`Observable`)*: An observable sequence containing a single element with the average of the sequence of values.
0 commit comments