Converter: Clamp

Node Interface

Overview

Function Clamps a number to fall between two values
Nearest C4D equivalent Xpresso Clamp node

This node takes three numeric values as input. The number in the 'Value' input is then changed so that is no less than 'Min' and no greater than 'Max' and the result is output in 'Result'.

Settings

Note: a * symbol next to the name indicates the parameter also has an input port. A # symbol indicates that the parameter can only be changed with an input node, not in the node itself.

Value *

The value to be clamped between 'Min' and 'Max'.

Min *, Max *

The upper and lower limits. The output in 'Result' will not fall outside these values.

Output

Result

The clamped value.