Or Integer 64 bit Value
Jump to navigation
Jump to search
File:TArduinoInteger64OrValue.png
Summary
Performs a bitwise OR between the 64-bit integer input and a specified value.
Description
Use this component to apply a bitwise OR operation between the incoming 64-bit Integer signal and a specified **Value**. Each bit in the output will be set to 1 if it is set in either the input or the **Value**.
Diagram:
Categories
Category Filters/Math – Math filtering operations
Category Math – General mathematical operations
Category Integer – 64-bit integer processing
Properties
- Value – A 64-bit integer constant used for the OR operation.
- Enabled – Enables or disables the component.
Pins
- In – 64-bit integer input.
- Out – 64-bit integer output after the OR operation.