Subtract Unsigned 64 bit From Value: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoSubtractUnsigned64BitFromValue.png == Summary == Subtracts the incoming 64-bit unsigned input from a stored value and outputs the result. == Description == The **Subtract Unsigned 64-bit From Value** component performs a subtraction where the configured **Value** property is the minuend and the incoming 64-bit unsigned input is the subtrahend. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using t..." |
(No difference)
|
Latest revision as of 09:01, 22 August 2025
File:TArduinoSubtractUnsigned64BitFromValue.png
Summary
Subtracts the incoming 64-bit unsigned input from a stored value and outputs the result.
Description
The **Subtract Unsigned 64-bit From Value** component performs a subtraction where the configured **Value** property is the minuend and the incoming 64-bit unsigned input is the subtrahend. 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 from which the input will be subtracted.
- Enabled – Enables or disables the component.
Pins
Input Pins
- In – 64-bit unsigned input to subtract from the stored value.
Output Pins
- Out – Result of the subtraction (Value minus In).