BitwiseOperator

BitwiseOperator is used to perform bitwise operation.

There are 3 operator type to chose:

  • And is used to perform “and” operator to “Target A” and “Target B”
  • Or is used to perform “or” operator to “Target A” and “Target B”
  • Exclusive Or is used to perform “exclusive or” operator to “Target A” and “Target B”
Was this helpful to you?