Divide Unsigned 64 bit Value
Jump to navigation
Jump to search
File:TArduinoDivideUnsigned64BitValue.png
Summary
Divides the incoming 64-bit unsigned input by a stored value and outputs the result.
Description
The **Divide Unsigned 64-bit Value** component performs a division where the incoming 64-bit unsigned input is divided by the configured **Value** property. 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 used as the divisor.
- Enabled – Enables or disables the component.
Pins
Input Pins
- In – 64-bit unsigned input to be divided.
Output Pins
- Out – Result of the division (In ÷ Value).