IAND

Platform

x64, Win32, .NET

Purpose

To perform a bitwise AND operation.

Class

Elemental function.

Syntax

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

 

 

Basket
Empty
 
Copyright © 1999-2024 Silverfrost Limited