XPRMVarStruct Enumeration
  Different structure codes for values in Mosel 
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0
 Syntax
Syntax
    C#
   
  public enum XPRMVarStruct
 Members
Members
 | 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 | 
 See Also
See Also
 
