The bound-float type is a sub-variant of the float type. The value at a port of bound-float must not be outside of its bounds which are given by the definition of the port. Bound floats are especially useful during TCAD experiments such as design of experiments, optimization, or statistical analysis, since these experiments make use of bounds and no further additional user interaction is necessary in this respect. It is to note that ports of type bound-float and float are compatible to each other as long as the value of a float ports is not outside of the constraints of a bound-float port.