Limit Integer 64 bit between Min and Max
Jump to navigation
Jump to search
File:TArduinoLimitInteger64BetweenMinMax.png
Summary
Restricts a 64-bit integer value to stay within a defined minimum and maximum range.
Description
The **Limit Integer 64-bit between Min and Max** component ensures that the incoming 64-bit integer signal remains between the specified **Min** and **Max** values. If the input is below **Min**, the output will be **Min**. If the input is above **Max**, the output will be **Max**. Values within the range pass through unchanged.
Diagram:
Categories
- File:TArduinoIntegerCategory.png Category Integer – Range limiting and validation
Properties
- Max – Maximum allowed 64-bit integer value (default: `1000`).
- Min – Minimum allowed 64-bit integer value (default: `-1000`).
Pins
- In – 64-bit integer input.
- Out – 64-bit integer output clamped between **Min** and **Max**.