ByteOrder

Description

enum Tinman.Core.System.ByteOrder

Enumeration of byte orders.

Public / Constants

BigEndian

public constant BigEndian → (0:int32)

Big-endian byte order.

The least significant byte of a multibyte value is stored at the highest memory address.

LittleEndian

public constant LittleEndian → (1:int32)

Little-endian byte order.

The least significant byte of a multibyte value is stored at the lowest memory address.