Table of Contents

Property Skip

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Skip

Gets or sets the optional number of elements to skip between the creation of consecutive buffers.

public int? Skip { get; set; }

Property Value

int?

Remarks

If no value is specified, it is considered to be be equal to Count in order to generate consecutive non-overlapping buffers. If the value is less than Count this operator will generate overlapping sliding windows.