Platform | x64, Win32, .NET |
Purpose |
To perform a bitwise exclusive OR operation. |
Class |
Elemental function. |
Syntax |
INTEGER FUNCTION IEOR(I, J) |
Description |
J and the result have the same kind type as I. |
Return value |
Each bit of I is XORed with the bit of J in the same position according to the table: |
|
I J IEOR |