Multiply Integer 64 bit By Value: Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 02:24, 15 August 2025
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
Category Filters/Math – Integer arithmetic and processing
Category Math – Mathematical operations
- File:TArduinoIntegerCategory.png Category Integer – Integer-based processing
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.