LittleEndian.from

Converts the supplied integral to an array of unsigned bytes.

struct LittleEndian
static
void
from
(
T
)
(,
ubyte[] output
)

Parameters

input T

Integral to convert to bytes

Return Value

Type: void

Integral input of type T split into its respective bytes with the bytes placed in the specified byte order.

Meta