Rational Subrange - modelint/types GitHub Wiki
A subrange such as [1.0, 31.2)
would specify 5 inclusive to 30 exclusive.
Identifiers
- Componet + User type + Min
Attributes
Min
The minimum value of the subrange.
Type: Rational
Min inclusive
Inclusive or exclusive minimum value.
Type: Inclusive_Exclusive -> Boolean("inclusive", "exclusive")
Max
The maximum value of the subrange.
Type: Rational
Max inclusive
Inclusive or exclusive maximum value.
Type: Inclusive_Exclusive -> Boolean("inclusive", "exclusive")