Minimum component

hey there i’m having a hard time figuring out how does this minimum component work in grasshopper can anyone help me plz

you input two values. It outputs the smaller of the two values. As the description says “return the lesser of two items” in gh you can see descriptions by hovering over the component.
Capture

yeah but for example here one of the inputs is a list of values.


so does that mean we get the smallest one among all?

It is the same logic. Every value in that list is compared to the input B. If the A value is smaller than B, then the A value is output. If B is smaller than the value in A then B is output.

thank you so so much