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 |
Full Usage:
Bigs(data, Base, Stride)
Parameters:
bigint array
Base : int
Stride : int
|
|
Full Usage:
Words(data, Base, Stride)
Parameters:
uint32 array
Base : int
Stride : int
|
|
Instance members
| Instance member | Description |
Full Usage:
this.IsBigs
Returns: bool
|
|
Full Usage:
this.IsWords
Returns: bool
|
|