Float Pair ( antares.model.property.IntPair
)¶
-
class
antares.model.property.
IntPair
¶ Bases:
object
Represents a pair of int (providing lower and upper bounds) which is one of the data type of
Property
.Attributes Summary
lower_bound
The value of lower bound. upper_bound
The 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
-