And Integer 64 bit Value

From Visuino
Revision as of 04:02, 15 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64AndValue.png == Summary == Performs a bitwise AND between the 64-bit integer input and a specified value. == Description == Use this component to apply a bitwise AND operation between the incoming 64-bit Integer signal and a specified **Value**. Each bit in the output will be set to 1 only if it is set in both the input and the **Value**. <b>Diagram:</b> Image:TArduinoInteger64AndValue.Preview.png == Categories == *Image:TMathToolb...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoInteger64AndValue.png

Summary

Performs a bitwise AND between the 64-bit integer input and a specified value.

Description

Use this component to apply a bitwise AND operation between the incoming 64-bit Integer signal and a specified **Value**. Each bit in the output will be set to 1 only if it is set in both the input and the **Value**.

Diagram:

Categories

Properties

  • Value – A 64-bit integer constant used for the AND operation.
  • Enabled – Enables or disables the component.

Pins

  • In – 64-bit integer input.
  • Out – 64-bit integer output after the AND operation.