Table of Contents

Class BinaryArrayTransform

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Provides an abstract base class for operators that perform a binary transformation on pairs of array-like objects in an observable sequence.

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public abstract class BinaryArrayTransform
Inheritance
BinaryArrayTransform
Derived
Inherited Members

Methods

Process<TArray>(IObservable<Tuple<TArray, TArray>>)

When overridden in a derived class, applies a binary transformation to all pairs of array-like objects in an observable sequence.