-
Notifications
You must be signed in to change notification settings - Fork 1
Boundcenter
mtbeek32 edited this page Jan 24, 2023
·
4 revisions
Unit functions boundcenter
- boundcenter(unit)
boundcenter(unit) results in the mean value for the unit argument.
If a range is configured for a unit, the boundcenter function results in the minimum value of this range.
If not, the boundcenter 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> boundcenter_unit_defined := boundcenter(unit_defined);
result boundcenter_unit_defined = 2.0
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.