| Class | Description |
|---|---|
| And |
A
BinaryValueExpression that implements the bitwise AND operator. |
| Not |
A
UnaryValueExpression that implements the bitwise NOT operator. |
| Or |
A
BinaryValueExpression that implements the bitwise OR operator. |
| ShiftLeft |
A
BinaryValueExpression that implements the bitwise left shift
operation. |
| ShiftRight |
A
BinaryValueExpression that implements the bitwise right shift
operation. |
Copyright © 2017. All rights reserved.