Float Pair ( antares.property.FloatPair )

class antares.property.FloatPair

Represents a pair of float (providing lower and upper bounds) which is one of the data types available to 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