Skip to content

Clamp Float

Purpose of the Node

The Clamp Float node takes three float inputs: the number to be clamped, the minimum value, and the maximum value. It then outputs the clamped float, which is the input number clamped between the minimum and maximum values.

Pins

This node has four pins:

Pin NamePin DescriptionPin TypeValue Type
floatThe number to be clampedFloatNumber
minThe minimum valueFloatNumber
maxThe maximum valueFloatNumber
clampedThe clamped floatFloatNumber