Bitwise Xor |
Member of Integer Intrinsic Functions (PRIM_LIBI.IIntegerIntrinsics)
Name | Type | Data Type | Description |
|---|---|---|---|
Result | *Result (Optional) | Integer | Resulting bit |
With | *Input | Integer | Comparison value |
BitXor performs a logical bitwiseexclusive or (Xor).
The BitXXX Intrinsic Functions are available in LANSA to support the use of binary bit masks.
#Integer := #Integer.BitXor(4)