-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.numbers.int.process.ClampInt
Thomas Mann edited this page Sep 5, 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 |
⚠ Everything else is automatically generated and will be overwritten regularly.