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

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


en:autorun:documentation:bitor

BitOR

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

The function returns the result of a bitwise «OR» for the passed values.

Parameters

value1First value.
value2Second value.
valueNThird and other values.

Related

BitAND, BitNOT, BitShift, BitXOR

Remarks

Bitwise operations are performed as 32-bit integers.

Examples

MsgBox(BitOR(1, 2))       # --> 3
MsgBox(BitOR(8, 16, 32))  # --> 56
MsgBox(BitOR(13, 7))      # --> 15
en/autorun/documentation/bitor.txt · Последнее изменение: 2022/10/17 15:48 — loopback

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki