Xor Integer 64 bit Value: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoInteger64XorValue.png == Summary == Performs a bitwise XOR between the 64-bit integer input and a specified value. == Description == Use this component to apply a bitwise XOR 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 the input or in the **Value**, but not in both. <b>Diagram:</b> Image:TArduinoInteger64XorValue.Preview.png == Categories == *Image:T..."
 
(No difference)

Latest revision as of 04:05, 15 August 2025

File:TArduinoInteger64XorValue.png

Summary

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

Description

Use this component to apply a bitwise XOR 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 the input or in the **Value**, but not in both.

Diagram:

Categories

Properties

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

Pins

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