Bitwise And

<< Click to Display Table of Contents >>

Navigation:  Function block library > Logic > Bitwise operations >

Bitwise And

Previous pageReturn to chapter overviewNext page

bitwise_and

This function block calculates the bitwise conjunction of two integer values. Only the bits that are 1 in both operands are 1 in the result.

Inputs

Type

Default

Description

Operand 1

int

0


Operand 2

int

0






Outputs




Result

int


Result of the bitwise conjunction of Operand 1 and Operand 2