Bit.bnot

From GiderosMobile
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