make_ulong

Make a ulong from eight bytes

ulong
make_ulong
(
ubyte i0
,
ubyte i1
,
ubyte i2
,
ubyte i3
,
ubyte i4
,
ubyte i5
,
ubyte i6
,
ubyte i7
)

Parameters

i0 ubyte

the first ubyte

i1 ubyte

the second ubyte

i2 ubyte

the third ubyte

i3 ubyte

the fourth ubyte

i4 ubyte

the fifth ubyte

i5 ubyte

the sixth ubyte

i6 ubyte

the seventh ubyte

i7 ubyte

the eighth ubyte

Return Value

Type: ulong

i0 || i1 || i2 || i3 || i4 || i5 || i6 || i7

Meta