And Unsigned 64 bit Value

From Visuino
Revision as of 08:53, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAndUnsigned64BitValue.png == Summary == Performs a bitwise AND operation between the input and a stored 64-bit unsigned value. == Description == The **And Unsigned 64-bit Value** component applies a bitwise AND between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Imag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoAndUnsigned64BitValue.png

Summary

Performs a bitwise AND operation between the input and a stored 64-bit unsigned value.

Description

The **And Unsigned 64-bit Value** component applies a bitwise AND between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property.

Diagram:

Categories

Properties

  • Value – 64-bit unsigned value used for the AND operation.
  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – 64-bit unsigned input to be ANDed.

Output Pins

  • Out – Result of the AND operation.