Table of Contents

Class Sum

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that calculates the sum of each channel for all the arrays in the sequence.

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class Sum
Inheritance
Sum
Inherited Members

Methods

Process<TArray>(IObservable<TArray>)

Calculates the sum of each channel for all the arrays in an observable sequence.