make_ushort

Make a ushort from two bytes

ushort
make_ushort
(
ubyte i0
,
ubyte i1
)

Parameters

i0 ubyte

the first ubyte

i1 ubyte

the second ubyte

Return Value

Type: ushort

i0 || i1

Meta