Bit32.btest

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.

Available since: Gideros 2022.3
Class: bit32

Description

Returns a boolean signalling whether the bitwise and of its operands is different from zero.

(boolean) = bit32.btest(numbers)

Parameters

numbers: (number) multiple values (tuple)

Return values

Returns (boolean) result

See also

Bitwise Operators