Xor Unsigned 64 bit Value

From Visuino
Revision as of 08:42, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoXorUnsigned64BitValue.png == Summary == Performs a bitwise XOR operation between the input and a stored 64-bit unsigned value. == Description == The **Xor Unsigned 64-bit Value** component applies a bitwise XOR 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:TArduinoXorUnsigned64BitValue.png

Summary

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

Description

The **Xor Unsigned 64-bit Value** component applies a bitwise XOR 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 XOR operation.

Pins

Input Pins

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

Output Pins

  • Out – Result of the XOR operation.