Skip to content

OffsetSByte Struct

ちーず(・8・)けーき edited this page Feb 13, 2021 · 2 revisions

OffsetSByte struct

Namespace: Shamisen
Assemblies: Shamisen.dll

Represents an 8-bit signed integer in Offset Binary format.

[StructLayout(LayoutKind.Explicit, Size = 1)]
public readonly struct OffsetSByte

Remarks

The OffsetSByte value type represents integers with values ranging from negative 128 to positive 127. Its internal representation is a byte field that holds actual binary that is represented in Offset Binary format.

Undone! TODO: Documentation

Clone this wiki locally