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