public readonly struct VariableBuilderDefinition
Equals | (Inherited from ValueType) |
GetHashCode | (Inherited from ValueType) |
GetType | (Inherited from Object) |
HasIndices(Set) | Adds indices information => leads to 1-dimensional variable VarD1. |
HasIndices(Set, Set) | Adds indices information => leads to 2-dimensional variable VarD2. |
HasIndices(Set, Set, Set) | Adds indices information => leads to 3-dimensional variable VarD3. |
HasIndices(Set, Set, Set, Set) | Adds indices information => leads to 4-dimensional variable VarD4. |
IsBinary |
Finalizes the variable builder and returns the resulting 0-dimensional variable VarD0.
The resulting variable is binary (0/1) which can take either value 0 or 1. |
IsContinuous | Adds variable type information => leads to a continuous variable (R) VarD0. |
IsInteger | Adds variable type information => leads to an integer variable (Z) VarD0. |
ToString | (Inherited from ValueType) |