Min Limit Unsigned 64 bit
File:TArduinoMinLimitUnsigned64Bit.png
Summary
Limits a 64-bit unsigned input to a minimum specified value.
Description
The **Min Limit Unsigned 64-bit** component ensures that an incoming 64-bit unsigned value does not fall below the configured **Value** property. If the input is lower than **Value**, the output is set to **Value**; otherwise, the input passes through unchanged. 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 value manipulation.
Properties
- Enabled – Enables or disables the component.
- Value – Minimum allowed 64-bit unsigned value.
Pins
Input Pins
- In – 64-bit unsigned input to be limited.
Output Pins
- Out – 64-bit unsigned output limited by the minimum value.