andBit()
演算数の論理積を返します。あるいは
bitwiseAnd()
のコマンドも使えます。
文法:
variable
= andBit(
numberA , numberB
)
variable
= bitwiseAnd(
numberA , numberB
)