Float Pair ( antares.model.property.IntPair )¶
-
class
antares.model.property.IntPair¶ Bases:
objectRepresents a pair of int (providing lower and upper bounds) which is one of the data type of
Property.Attributes Summary
lower_boundThe value of lower bound. upper_boundThe value of upper bound. Methods Summary
Attributes Documentation
-
lower_bound= None¶ The value of lower bound.
Type: int
-
upper_bound= None¶ The value of upper bound.
Type: int
Methods Documentation
-