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