Multiply Integer 64 bit
Jump to navigation
Jump to search
File:TArduinoInteger64Multiply.png
Summary
Multiplies the values from multiple 64-bit integer inputs together.
Description
The **Multiply Integer (Int64)** component multiplies all connected 64-bit integer inputs and outputs the product. An optional **Clock** input can be used to control when the multiplication result is updated — if connected, the product is recalculated only on clock pulses. When **Clock** is not used, the result updates continuously as inputs change. This is useful for scaling values, combining multiplicative factors, or multi-channel mathematical processing.
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 multiply.
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 only on rising edges.
- Out – 64-bit integer output containing the calculated product.