Difference between revisions of "Bit.band"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''<translate>Available since</translate>:''' Gideros 2013.09<br/>
 
'''<translate>Available since</translate>:''' Gideros 2013.09<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/bit|bit]]<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Returns the bitwise and of its argument.</translate>
 
<translate>Returns the bitwise and of its argument.</translate>

Revision as of 10:29, 24 August 2018

Available since: Gideros 2013.09
Class: bit

Description

Returns the bitwise and of its argument.

(number) = bit.band(x1,x2)

Parameters

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

Return values

Returns (number) bitwise and