Enum Endianness
Defines Endianness, big or little.
Namespace: Swan
Syntax
public enum Endianness
Fields
Name | Description |
---|---|
Big | In big endian, you store the most significant byte in the smallest address. |
Little | In little endian, you store the least significant byte in the smallest address. |