DomainUnit
unit-functions DomainUnit
concept
- domain-unit is a unit with as role to define an entity.
- DomainUnit() is a function to get the DomainUnit of an attribute.
This page describes the DomainUnit() function.
syntax
- DomainUnit(a)
definition
DomainUnit(a) results in a unit with a reference to the domain unit of attribute a.
example
unit<uint32> RefADomain := DomainUnit(A);