Opt Bound Variable Class
Definition
Namespace: DotNumerics.Optimization
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class OptBoundVariable : OptVariableVB
Public Class OptBoundVariable
Inherits OptVariable- Inheritance
- Object OptVariable OptBoundVariable
- Derived
Constructors
Properties
| Fixed | (Inherited from OptVariable) |
| InitialGuess | (Inherited from OptVariable) |
| LowerBound | |
| Name | (Inherited from OptVariable) |
| UpperBound |
Methods
| ToString | (Overrides OptVariableToString) |
Fields
| _Fixed | (Inherited from OptVariable) |
| _InitialGuess | (Inherited from OptVariable) |
| _LowerBound | |
| _Name | (Inherited from OptVariable) |
| _UpperBound | |
| _UseBounds |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |