Difference between revisions of "Bit.bswap"

From GiderosMobile
(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...")
(No difference)

Revision as of 11:04, 23 August 2018

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