Difference between revisions of "Bit.bnot"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
Line 7: Line 7:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(number) = bit.bnot(x)
 
(number) = bit.bnot(x)
</source>
+
</syntaxhighlight>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''x''': (number) <translate>number to which to apply bitwise not</translate> <br/>
 
'''x''': (number) <translate>number to which to apply bitwise not</translate> <br/>

Latest revision as of 15:26, 13 July 2023


Available since: Gideros 2013.09
Class: bit

Description

Returns the bitwise not of its argument.

(number) = bit.bnot(x)

Parameters

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

Return values

Returns (number) bitwise not