-
Notifications
You must be signed in to change notification settings - Fork 1
Lowerbound
Jip Claassens edited this page Jun 4, 2024
·
8 revisions
Unit functions lowerbound
- lowerbound(unit)
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.
- unit unit with Numeric or Point value type
unit<float32> unit_defined := range(float32, 2.0, 7.5);
unit<float32> lowerbound_unit_defined := lowerbound(unit_defined);
result lowerbound_unit_defined = 2.0
- upperbound
- boundcenter
- boundrange
- lower_bound for the lower bound of polygon item
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.