Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

$$XOR^XLFSHAN(): Bitwise Logical XOR

Reference Type: Supported, Category: Bitwise Logic Functions, ICR#: 6157

Description

The $$XOR^XLFSHAN extrinsic function performs a bitwise logical XOR of two 32 bit integers.

NOTE: This API was released with Kernel Patch XU*8.0*657.

Format

  $$XOR^XLFSHAN(x,y)

Input Parameters

x:

(required) An integer of 32 bits or less.

y: (required) An integer of 32 bits or less.

Output

returns:

Returns the bitwise logical XOR.

Example

>W $$XOR^XLFSHAN(345,123)
290