B1CountRange
- Defines an inclusive integer range with a minimum and maximum value,
* used for count-based calculations such as yield amounts.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Minimum | int32 | The minimum count value of this range. | Category: B1CountRange |
| Maximum | int32 | The maximum count value of this range. | Category: B1CountRange |