Developer API

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

NameTypeDescription
Mindecimal?The minimum boundary of the feature range. When a value is assigned, the internal range automatically adjusts to maintain correct lower and upper bounds.
Maxdecimal?The maximum boundary of the feature range. When a value is assigned, the internal range automatically adjusts to maintain correct lower and upper bounds.