Logo Deedle

Boundary Type

Represents boundary behaviour for operations such as floating window. The type specifies whether incomplete windows (of smaller than required length) should be produced at the beginning (`AtBeginning`) or at the end (`AtEnding`) or skipped (`Skip`). For chunking, combinations are allowed too - to skip incomplete chunk at the beginning, use `Boundary.Skip ||| Boundary.AtBeginning`.

Record fields

Record Field Description

AtBeginning

Full Usage: AtBeginning

Field type: Boundary
Modifiers: static
Field type: Boundary

AtEnding

Full Usage: AtEnding

Field type: Boundary
Modifiers: static
Field type: Boundary

Skip

Full Usage: Skip

Field type: Boundary
Modifiers: static
Field type: Boundary

Type something to start searching.