Houdini 21.0 Nodes APEX nodes

Min<T>

Calculates the minimum of the input values.

On this page
Since 21.0

Calculates the minimum of the input values. The output has the same type as input a.

Inputs

a: Float, Int

The initial operand to compare.

b: VariadicArg<Float>, VariadicArg<Int>

A variadic input of additional operands for the comparison.

Outputs

result: Float, Int

The minimum of the input values.

See also

APEX nodes