tos32

Join bytes to signed 32bit number.

Syntax

tos32[a, b, c, d]

Parameters

a Most significant byte.
b Second byte.
c Third byte.
d Least significant byte.
Return Value Joined value.
Return Value Joined value.

Examples

#<result> = tos32[HEX[AA], hex[BB], hex[CC], hex[DD]]
(print,#<result>)

result: -1430532899 ;0xAABBCCDD in hex

See also

tou16, tos16, tou32