make_uint

Make a uint from four bytes

uint
make_uint
(
ubyte i0
,
ubyte i1
,
ubyte i2
,
ubyte i3
)

Parameters

i0 ubyte

the first ubyte

i1 ubyte

the second ubyte

i2 ubyte

the third ubyte

i3 ubyte

the fourth ubyte

Return Value

Type: uint

i0 || i1 || i2 || i3

Meta