Clamp
Clamps the input value between a minimum and maximum.
Pure Function
Yes
Execute Inputs
Execution
INPUTExecution Input.
Data Inputs
Value
INPUTThe value to clamp.
Min
INPUTThe minimum allowed value.
Max
INPUTThe maximum allowed value.
Data Outputs
Result
OUTPUTdouble
The clamped result.
Multiple
Settings
Return Type
STRINGSpecifies the numeric return type: DEFAULT, INT, LONG, FLOAT, or DOUBLE.
Default: DEFAULT
Options:
DEFAULTINTLONGFLOATDOUBLE
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing