and()

阅读(325) 标签: 整数, ,

描述:

整数按位与

语法:

and(xi,…)

and(A)

备注:

整数按位与

参数:

A

序列

xi

需要计算按位与的数值表达式

返回值:

整数

示例:

 

A

 

1

=and(6,11)

2