1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| Quintiq file version 2.0
| #parent: #root
| Attribute Set
| {
| #keys: '3[139164.5.1340063789][139164.5.1340063788][139164.5.1340063790]'
| Description:
| [*
| This is a `Number` that represents an intset.
|
| An intset works like this:
| A `Number` is made up of bits (zeroes and ones). To be exact: there are 32 bits in a `Number`.
| Each of the bits represent whether a `LibOpt_ScopeThin` is part of this `LibOpt_ScopeShared` or not.
|
| For example, if we have the number 37, which is "0000 0000 0000 0000 0000 0000 0010 0101", we can see this as all zeroes, except for ones at index 0, 2 and 5.
| The number 37 therefore represents that the `LibOpt_ScopeThin` with ID 0, 2 and 5 are linked to this `LibOpt_ScopeShared`.
| *]
| IsReadOnly: true
| ValueType: Number
| }
|
|