Table of Contents

Class Tile

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that replicates each array in the sequence along the horizontal or vertical dimensions.

public class Tile : ArrayTransform
Inheritance
Tile
Inherited Members

Properties

ColumnTiles

Gets or sets the number of times to repeat each array in the horizontal dimension.

RowTiles

Gets or sets the number of times to repeat each array in the vertical dimension.

Methods

Process<TArray>(IObservable<TArray>)

Replicates each array in an observable sequence along the horizontal or vertical dimensions.