Multiply Integer 64 bit: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image: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 cont..."
 
(No difference)

Latest revision as of 02:17, 15 August 2025

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

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.