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

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


en:autorun:documentation:bitnot

BitNOT

BitNOT(<value>)

The function returns a bitwise «NOT» result for the passed value.

Parameters

valueThe number on which the operation will be performed.

Related

BitAND, BitOR, BitShift, BitXOR

Remarks

Bitwise operations are performed as 32-bit integers.

Examples

MsgBox(BitNOT(1))  # --> -2
en/autorun/documentation/bitnot.txt · Последнее изменение: 2022/10/17 16:25 — loopback

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki