RETURN THE MIN OF ALL VALUES¶
Scans all numeric values in a Define Table and returns the minimum value found. Use this worker when you need to extract the smallest scalar entry from a table of value-and-curve pairs within a workflow.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Define Table | dt1 | define_table | — | Input Define Table containing value-and-curve pairs to scan; the worker searches all numeric values in this table to determine the minimum. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Min Value | define_table | define_table | A Define Table whose scalar value entry holds the minimum value found across all entries of the input table. |
Disciplines¶
- data.dataset.transform
- data.statistics
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=definetable_get_min_value
Auto-generated from transformation schema. Worker id: definetable_get_min_value. Schema hash: 6f5197216447. Hand-curated docs in workerexamples/ override this page when present.