-
Notifications
You must be signed in to change notification settings - Fork 1
OffsetSByte Struct
ちーず(・8・)けーき edited this page Feb 13, 2021
·
2 revisions
Namespace: Shamisen
Assemblies: Shamisen.dll
Represents an 8-bit signed integer in Offset Binary format.
[StructLayout(LayoutKind.Explicit, Size = 1)]
public readonly struct OffsetSByte
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