sum
Description
Calculates the sum of all items in an Observable.
API
sum([initialState={total: 0}])Since
0.5
Parameters
None
Options
initialState: Object {total: Number}: Sets a warm start value so that the calculation can continue from a non-zero starting point (instead of a blank state).
Returns
Number. (The current sum of the Observable.)
Examples
Last updated
Was this helpful?