Инструменты пользователя

Инструменты сайта


en:autorun:documentation:bitxor

BitXOR

BitXOR(<value1>, <value2> [, <valueN>]])

The function returns the bitwise XOR of the passed values.

Parameters

value1First value.
value2Second value.
valueNThird and other values.

Related

BitAND, BitNOT, BitOR, BitShift

Remarks

Bitwise operations are performed as 32-bit integers.

Examples

MsgBox(BitXOR(1, 0))     # --> 1
MsgBox(BitXOR(1, 1))     # --> 0
MsgBox(BitXOR(2, 3, 6))  # --> 7
en/autorun/documentation/bitxor.txt · Последнее изменение: 2022/10/17 15:53 — loopback

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki