Multiply Unsigned 64 bit By Value
Jump to navigation
Jump to search
File:TArduinoMultiplyUnsigned64BitByValue.png
Summary
Multiplies a stored 64-bit unsigned value by the incoming input and outputs the result.
Description
The **Multiply Unsigned 64-bit By Value** component performs a multiplication where the configured **Value** property is multiplied by the incoming 64-bit unsigned input. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoIntegerCategory.png Category Integer – 64-bit integer arithmetic.
Properties
- Value – 64-bit unsigned value to multiply with the input.
- Enabled – Enables or disables the component.
Pins
Input Pins
- In – 64-bit unsigned input multiplier.
Output Pins
- Out – Result of the multiplication (Value × In).