Bit.bnot

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page contains changes which are not marked for translation.


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