Min
This formula allows you to get the minimum value (number) in an array (list).
Returns
integer | decimal
JSON Format
{
"type": "min",
"components": ...
}
RPG Script
This component can be written in RPG Script as:
min(a, b, c)
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.@type array<integer | decimal> |