19.6.152. XOr(整数按位异或)
语法 :
XOr ( Source1, Source2, Result ) => Integer
Result = Source1 ^ Source2 => Integer
Result ^= Source => Integer
参数
Source1 和 Source2 按整数求值。
说明
执行按位异或,并可选择将结果存储到 Result 中。
语法 :
XOr ( Source1, Source2, Result ) => Integer
Result = Source1 ^ Source2 => Integer
Result ^= Source => Integer
参数
Source1 和 Source2 按整数求值。
说明
执行按位异或,并可选择将结果存储到 Result 中。