Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

Bitwise AND ( & )

  • Last UpdatedJul 13, 2023
  • 1 minute read

A bitwise binary operator compares 32-bit integer words with each other, bit for bit. Typically, this operator masks a set of bits. The operation in this example "masks out" (sets to zero) the upper 24 bits of the 32-bit word. For example:

result = name & 0xff;

QuickScript .NET Operators

TitleResults for “How to create a CRG?”Also Available in