Table of Contents

Class Accumulate

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that calculates the cumulative sum of the arrays in a sequence and returns each intermediate result.

public class Accumulate : ArrayTransform
Inheritance
Accumulate
Inherited Members

Methods

Process<TArray>(IObservable<TArray>)

Calculates the cumulative sum of the arrays in an observable sequence and returns each intermediate result.