Boundrange
Unit functions boundrange
syntax
- BoundRange(unit)
definition
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.
applies to
- unit unit with Numeric or Point value type
example
unit<float32> domainB: nrofrows = 6;
parameter<domainB> boundrange_domainB := BoundRange(domainB);
result boundrange_domainB = 6