19.6.5. And(整数按位与)
语法 :
And (Source1, Source2, Result) => Integer
Result = Source1 & Source2 => Integer
Result &= Source => Integer
参数
Source1 和 Source2 按 Integer 进行求值。
说明
执行按位与操作,结果可选择性地存储到 Result 中。
语法 :
And (Source1, Source2, Result) => Integer
Result = Source1 & Source2 => Integer
Result &= Source => Integer
参数
Source1 和 Source2 按 Integer 进行求值。
说明
执行按位与操作,结果可选择性地存储到 Result 中。