Table of Contents

Property Axis

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Axis

Gets or sets the dimension along which to merge the arrays.

public int Axis { get; set; }

Property Value

int

Remarks

A value of zero specifies concatenating rows, and a value of one specifies concatenating columns. In the case of concatenating single-dimension arrays, the Axis property is ignored.