Integral Enumeration Intrinsic Functions - BitXor Method

Bitwise Xor

Member of Integral Enumeration Intrinsic Functions (PRIM_LIBI.IIntegralEnumerationIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Integer

Resulting bit

With

*Input

Integer

Comparison value

Details

BitXor performs a logical bitwiseexclusive or (Xor).

The BitXXX Intrinsic Functions are available in LANSA to support the use of binary bit masks.

Example

     #Integer := #Integer.BitXor(4)

See also

All Component Classes

Technical Reference

  • No labels