andBit()
論理演算のandの結果を戻す。 また
bitwiseAnd()
も使用できる。
書式:
variable
= andBit(
numberA , numberB
)
variable
= bitwiseAnd(
numberA , numberB
)