Bit.bswap

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Swaps the bytes of its argument and returns it. This can be used to convert little-endian 32 bit numb...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2013.09

Description

Swaps the bytes of its argument and returns it. This can be used to convert little-endian 32 bit numbers to big-endian 32 bit numbers or vice versa.

(number), = bit.bswap(x,)

'x: (number) number to swap '
Returns (number) Swapped bytes