Float Pair ( antares.model.property.FloatPair
)¶
-
class
antares.model.property.
FloatPair
¶ Bases:
object
Represents a pair of float (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: float
-
upper_bound
= None¶ The value of upper bound.
Type: float
Methods Documentation
-