Lowerbound
Unit functions lowerbound
syntax
- lowerbound(unit)
definition
lowerbound(unit) results in the minimum allowed value for the unit Argument.
If a range is configured for a Unit, the lowerbound function results in the minimum value of this range.
If not, the lowerbound results in the default minimum value for the Value type of the unit.
applies to
- unit unit with Numeric or Point value type
example
unit<float32> unit_defined := range(float32, 2.0, 7.5);
parameter<float32> lowerbound_unit_defined := lowerbound(unit_defined);
result lowerbound_unit_defined = 2.0
see also
- Upperbound
- Boundcenter
- Boundrange
- Lower_bound for the lower bound of a polygon item