Table of Contents

Class Merge

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that merges each set of arrays in the sequence into a single multi-channel array.

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

Methods

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

Merges each tuple of arrays in the sequence into a single multi-channel array.

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

Merges each triple of arrays in the sequence into a single multi-channel array.

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

Merges each pair of arrays in the sequence into a single multi-channel array.