-
Notifications
You must be signed in to change notification settings - Fork 1
Ramp
mtbeek32 edited this page Feb 1, 2024
·
5 revisions
Rescale functions ramp
- ramp(startvalue, endvalue, domain unit)
ramp(startvalue, endvalue, domainunit) ramps values, starting with the startvalue argument and ending with the endvalue argument.
The number of values is defined by the cardinality of the domain unit argument.
unit domain unit with value type from group CanBeDomainUnit
7.031
attribute<uint32> ramped (City) := ramp(0, 70, City);
ramped |
---|
0 |
11 |
23 |
35 |
46 |
58 |
70 |
domain City, nr of rows = 7
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.