FeatureRange
Represents the numeric bounds associated with a feature, defining the observed or configured minimum and maximum values used for contextual evaluation.
Properties of FeatureRange
| Name | Type | Description |
| Min | decimal? | The minimum boundary of the feature range. When a value is assigned, the internal range automatically adjusts to maintain correct lower and upper bounds. |
| Max | decimal? | The maximum boundary of the feature range. When a value is assigned, the internal range automatically adjusts to maintain correct lower and upper bounds. |