Aggregate Method

RxJS

Applies an accumulator function over an observable sequence. The specified seed value is used as the initial accumulator value.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function Aggregate(seed, accumulator);

Parameters

seed
Type: System..::.Object
accumulator
Type: System..::.FuncObjectObjectObject

See Also