Boundrange - ObjectVision/GeoDMS GitHub Wiki
Unit functions boundrange
- BoundRange(unit)
BoundRange(unit) results in a parameter with the size of the range of the unit argument.
The values unit of the resulting parameter is the unit argument.
- unit unit with Numeric or Point value type
unit<float32> domainB: nrofrows = 6;
parameter<domainB> boundrange_domainB := BoundRange(domainB);
result boundrange_domainB = 6