andBit()

論理演算のandの結果を戻す。 またbitwiseAnd()も使用できる。

書式:
variable = andBit( numberA , numberB )
variable = bitwiseAnd( numberA , numberB )