Table of Contents

Property Skip

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

Skip

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

public int? Skip { get; set; }

Property Value

int?

Remarks

If no value is specified, the operator will generate consecutive non-overlapping windows.