Opt |
The OptVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| OptVariable | Initializes a new instance of the OptVariable class. | |
| OptVariable(Double) | Initializes a new instance of the OptVariable class. | |
| OptVariable(Double, Boolean) | Initializes a new instance of the OptVariable class. | |
| OptVariable(String, Double) | Initializes a new instance of the OptVariable class. | |
| OptVariable(String, Double, Boolean) | Initializes a new instance of the OptVariable class. |
| Name | Description | |
|---|---|---|
| Fixed | Value that indicates if the variable is fixed. | |
| InitialGuess | The initial guess for this variable. | |
| Name | The variable name. |
| Name | Description | |
|---|---|---|
| ToString | (Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| _Fixed | Value that indicates if the variable is fixed. | |
| _InitialGuess | The initial guess for this variable. | |
| _Name | The variable name. |
| Name | Description | |
|---|---|---|
| GetEnumNames | (Defined by General) | |
| IsValidDouble | (Defined by General) |