Multiply Integer 64 bit By Value

From Visuino
Revision as of 02:24, 15 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64MultiplyByValue.png == Summary == Multiplies a 64-bit integer input by a specified constant value. == Description == The **Multiply Integer (Int64) By Value** component multiplies the incoming 64-bit integer by a fixed **Value** property. This is useful for scaling signals, applying fixed multipliers, or converting units. When **Enabled** is set to `False`, the output is zero (or inactive), regardless of the input. <b>Diagram:</b> I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoInteger64MultiplyByValue.png

Summary

Multiplies a 64-bit integer input by a specified constant value.

Description

The **Multiply Integer (Int64) By Value** component multiplies the incoming 64-bit integer by a fixed **Value** property. This is useful for scaling signals, applying fixed multipliers, or converting units. When **Enabled** is set to `False`, the output is zero (or inactive), regardless of the input.

Diagram:

Categories

Properties

  • Value – 64-bit integer constant multiplier applied to the input.
  • Enabled – Enables or disables the component.

Pins

  • In – 64-bit integer input value.
  • Out – 64-bit integer output after multiplication.