Id
syntax
- id(Domain unit)
definition
id(domain unit) results in an Attribute with the Index numbers of the domain unit domain unit.
This domain unit argument is both domain unit and Values unit of the resulting Attribute.
description
An id(domain unit, relation) function is not implemented. Use the Cumulate function to calculate index numbers per Partitioning.
applies to
- Unit with Value type of the group CanBeDomainUnit
example
unit<uint32> Region: NrofRows = 5;
attribute<Region> idRegion (Region) := id(Region);
| idRegion |
|---|
| 0 |
| 1 |
| 2 |
| 3 |
| 4 |
domain Region, nr of rows = 5