Issie logo Issie

Samples Type

Where a slice's samples live. Dense today - see the note above on runs. `Base` is the index of sample 0 and `Stride` the distance between samples, so sample i is at Base + i*Stride: local step data is read in place at the sampling multiplier, and a sidecar reply, already sampled, at a stride of one.

Union cases

Union case Description

Bigs(data, Base, Stride)

Full Usage: Bigs(data, Base, Stride)

Parameters:
    data : bigint array
    Base : int
    Stride : int

data : bigint array
Base : int
Stride : int

Words(data, Base, Stride)

Full Usage: Words(data, Base, Stride)

Parameters:
    data : uint32 array
    Base : int
    Stride : int

data : uint32 array
Base : int
Stride : int

Instance members

Instance member Description

this.IsBigs

Full Usage: this.IsBigs

Returns: bool
Returns: bool

this.IsWords

Full Usage: this.IsWords

Returns: bool
Returns: bool

Type something to start searching.