-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.numbers.float.adjust.Clamp
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Clamps an input float between two values. Can be used to find minimum or maximum values.
AKA: Min, Max
Tips: Also consider using [Remap] with clamping enabled.
| Name (Relevancy & Type) | Description |
|---|---|
| Value (Single) | Input value to clamp. Will be output if it falls between the Min and Max values. |
| Min (Single) | Lower bound. If Value is below this, the operator will output this instead. |
| Max (Single) | Upper bound. If Value is above this, the operator will output this instead. |
| Name | Type |
|---|---|
| Result | System.Single |
⚠ Everything else is automatically generated and will be overwritten regularly.