Loading...
Searching...
No Matches
This is the representation of a single record of a GAMSParameter.
More...
|
| GAMSParameterRecord (GAMSParameterRecord record) |
| Constructor.
|
|
string | Key (int index) |
| Retrieve key of GAMSSymbolRecord on position index.
|
|
bool | MoveNext () |
| Iterate to next GAMSSymbolRecord of GAMSSymbol.
|
|
bool | MovePrevious () |
| Iterate to previous GAMSSymbolRecord of GAMSSymbol.
|
|
override bool | Equals (object obj) |
| Indicates whether another object is "equal to" this one. This is the case if they hold the internal reference is the same.
|
|
override int | GetHashCode () |
| Calculates a Hash Code based on the Sympol Iteration Pointer (aka the internal reference).
|
|
bool | Equals (GAMSSymbolRecord r) |
| Indicates whether another GAMSSymbolRecord is "equal to" this one. This is the case if they hold the same internal reference.
|
|
|
GAMSParameter | Parameter [get] |
| Return parameter where this record belongs to.
|
|
double | Value [get, set] |
| Get: Retrieve the value of this GAMSParameterRecord Set: Set the value of this GAMSParameterRecord.
|
|
string[] | Keys [get] |
| Retrieve keys of GAMSSymbolRecord.
|
|
This is the representation of a single record of a GAMSParameter.
◆ GAMSParameterRecord()
Constructor.
- Parameters
-
record | GAMSParameterRecord to initialize this instance from |
◆ Parameter
Return parameter where this record belongs to.
◆ Value
double GAMS.GAMSParameterRecord.Value |
|
getset |
Get: Retrieve the value of this GAMSParameterRecord Set: Set the value of this GAMSParameterRecord.