Add Unsigned 64 bit: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoAddUnsigned64Bit.png == Summary == Adds multiple 64-bit unsigned inputs and outputs the result. == Description == The **Add Unsigned 64-bit** component takes two or more 64-bit unsigned inputs and calculates their sum. The number of inputs is determined by the **Input Pins** property (default is 2). A **Clock** input triggers the addition operation, and the result is sent to the output. <b>Diagram:</b> Image:TArduinoAddUnsigned64Bi..." |
(No difference)
|
Latest revision as of 06:17, 22 August 2025
File:TArduinoAddUnsigned64Bit.png
Summary
Adds multiple 64-bit unsigned inputs and outputs the result.
Description
The **Add Unsigned 64-bit** component takes two or more 64-bit unsigned inputs and calculates their sum. The number of inputs is determined by the **Input Pins** property (default is 2). A **Clock** input triggers the addition operation, and the result is sent to the output.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoIntegerCategory.png Category Integer – 64-bit integer arithmetic.
Properties
- Input Pins – Number of 64-bit unsigned inputs (default: 2).
Pins
Input Pins
- In – 64-bit unsigned inputs; the number depends on the **Input Pins** property.
- Clock – Triggers the addition operation.
Output Pins
- Out – 64-bit unsigned result of the addition.