-
Notifications
You must be signed in to change notification settings - Fork 1
Upperbound
Jip Claassens edited this page Jun 4, 2024
·
6 revisions
Unit functions upperbound
- upperbound(unit)
upperbound(unit) results in the maximum allowed value for the unit argument.
If a range is configured for a unit, the upperbound function results in the maximum value of this range.
If not, the upperbound results in the default maximum 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> upperbound_unit_defined := upperbound(unit_defined);
result upperbound_unit_defined = 7.5
- lowerbound
- boundcenter
- boundrange
- upper_bound for the upper bound of polygon item
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.