min
Basic data handling: DataListMin
Finds the minimum value in a list of numbers. This node takes a list of numbers (either FLOAT or INT) and returns the minimum value. Returns None if the list is empty or if it contains non-numeric values.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| list | FLOAT,INT | required |
Outputs (1)
| Name | Type |
|---|---|
| min | FLOAT,INT |