a
(float): The first number to compare. Default value is 0.b
(float): The second number to compare. Default value is 0.result
(float): The smaller value between the two input numbers.a
input.b
input.result
output will provide the minimum value between a
and b
.a
and b
inputs of the MIN node. The result
output will provide the smaller of the two generated numbers, which can then be used as input for subsequent nodes in your spell.