XPRMVarStruct Enumeration
Different structure codes for values in Mosel
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 5.0.2.0
C#
public enum XPRMVarStruct
| Member name | Value | Description | |
|---|---|---|---|
| CONST | 0 | Constant | |
| REF | 4096 | Reference | |
| ARRAY | 8192 | Array | |
| SET | 12288 | Set | |
| LIST | 16384 | List | |
| PROC | 20480 | Procedure/Function | |
| MEM | 28672 | Memory block | |
| UTYP | 32768 | User-defined type | |
| NTYP | 36864 | Native type | |
| REC | 40960 | Record type | |
| PROB | 45056 | Problem type |
