Bit.band

From GiderosMobile
Revision as of 11:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2013.09<br/> === Description === Returns the bitwise and of its argument. <source lang="lua"> (number), = bit.band(x1x2,) </source> ''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2013.09

Description

Returns the bitwise and of its argument.

(number), = bit.band(x1x2,)

'x1: (number) first number for and operation '
x2: (number) second and more numbers can be provided for and operation optional
Returns (number) bitwise and