Min
This formula allows you to get the minimum value (number) in an array (list).
JSON Format
{
"type": "min",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | The formula for the array (list) of values whose minimum value you want to get. It must return a non-empty list of numbers. |