{ "FormatVersion": 3, "Id": "c3a18346-930c-4242-9e42-aa9b3a439395"/*Clamp*/, "Description": "Clamps an input float between two values.\nCan be used to find minimum or maximum values.\n\nAKA: Min, Max\n\nTips: Also consider using [Remap] with clamping enabled.", "SymbolTags": "1", "InputUis": [ { "InputId": "54c0e659-7fda-459f-9938-deeee0cfa11c"/*Max*/, "Position": { "X": 197.0, "Y": 373.0 }, "Description": "Upper bound. If Value is above this, the operator will output this instead." }, { "InputId": "7224ad5c-d179-4eab-b52d-72e277d007ae"/*Min*/, "Position": { "X": 197.0, "Y": 328.0 }, "Description": "Lower bound. If Value is below this, the operator will output this instead.", "Min": -100.0, "Max": 100.0 }, { "InputId": "eb002b5d-b938-4b03-b2ea-26252ae051cd"/*Value*/, "Position": { "X": 36.0, "Y": 334.0 }, "Description": "Input value to clamp. Will be output if it falls between the Min and Max values.", "Min": -100.0, "Max": 100.0 } ], "SymbolChildUis": [], "OutputUis": [ { "OutputId": "7267b39a-bc11-450c-950e-e87701156546"/*Result*/, "Position": { "X": 133.0, "Y": 38.0 } } ] }