IEOR

Platform

x64, Win32, .NET

Purpose

To perform a bitwise exclusive OR operation.

Class

Elemental function.

Syntax

INTEGER FUNCTION IEOR(I, J)
INTEGER 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
1 1  0
1 0  1
0 1  1
0 0  0

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited