-
Notifications
You must be signed in to change notification settings - Fork 1
mtbeek32 edited this page Jan 31, 2024
·
6 revisions
- id(domain unit)
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.
An id(domain unit, relation) function is not implemented. Use the cumulate function to calculate index numbers per partitioning.
- unit with value type of the group CanBedomain unit
unit<uint32> Region: NrofRows = 5;
attribute<Region> idRegion (Region) := id(Region);
idRegion |
---|
0 |
1 |
2 |
3 |
4 |
domain Region, nr of rows = 5
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.