Add Integer 64 bit
Summary
Adds the values from multiple 64-bit integer inputs together.
Description
The **Add Integer (Int64)** component sums all connected 64-bit integer inputs and produces the total at its output. An optional **Clock** input can be used to control when the sum is updated — if connected, the sum is recalculated only on clock pulses. When **Clock** is not used, the sum updates continuously as inputs change. This is useful for accumulation, combining sensor values, or multi-channel arithmetic.
Diagram:
Categories
Category Filters/Math – Integer arithmetic and processing
Category Math – Mathematical operations
- File:TArduinoIntegerCategory.png Category Integer – Integer-based processing
Properties
- Input Pins – Integer – number of 64-bit integer inputs to sum.
Pins
- In[n] – 64-bit integer input at index **n**, where **n** is the input channel number.
- Clock – Optional clock signal. If connected, updates the output sum only on rising edges.
- Out – 64-bit integer output containing the calculated sum.