Difference between revisions of "Bit.bnot"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns the bitwise not of its argument. <source lang="lua"> (number), = bit.bnot(x,) </source> '''x:...")
(No difference)

Revision as of 11:04, 23 August 2018

Available since: Gideros 2013.09

Description

Returns the bitwise not of its argument.

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

'x: (number) number to which to apply bitwise not '
Returns (number) bitwise not