-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.numbers.int.process.ClampInt
Thomas Mann edited this page May 28, 2025
·
3 revisions
Bounds the defined or incoming integer to the predefined upper and lower limit
| Name (Relevancy & Type) | Description |
|---|---|
| Value (Int32) | Integer Input to be clamped |
| Min (Int32) | Lower Limit |
| Max (Int32) | Upper Limit |
| Name | Type |
|---|---|
| Result | System.Int32 |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.