Bitwise Or

<< Click to Display Table of Contents >>

Navigation:  Function block library > Logic > Bitwise operations >

Bitwise Or

Previous pageReturn to chapter overviewNext page

bitwise_or

This function block calculates the bitwise disjunction of two integer values. All bits that are 1 in at least one of the operands are also 1 in the result.

Inputs

Type

Default

Description

Operand 1

int

0


Operand 2

int

0






Outputs




Result

int


Result of the bitwise disjunction of Operand 1 and Operand 2