Or Unsigned 64 bit Value

From Visuino
Revision as of 08:44, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoOrUnsigned64BitValue.png == Summary == Performs a bitwise OR operation between the input and a stored 64-bit unsigned value. == Description == The **Or Unsigned 64-bit Value** component applies a bitwise OR 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> Image:TA...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoOrUnsigned64BitValue.png

Summary

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

Description

The **Or Unsigned 64-bit Value** component applies a bitwise OR 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

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

Pins

Input Pins

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

Output Pins

  • Out – Result of the OR operation.