|  | Variable | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe VariableBounds type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | VariableBounds(Int32, Double, Double) | Constructs a VariableBounds instance from the given parameters and default constraint tolerance. | 
|  | VariableBounds(Int32, Double, Double, Double) | Constructs a VariableBounds instance from the given parameters. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | LowerBound | Variable lower bound. | 
|  | Tolerance | Tolerance used in testing bounds compliance. | 
|  | UpperBound | Variable upper bound. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Creates a deep copy of self. | 
|  | ToString | String representation of bounds. (Overrides ObjectToString) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | VariableId | Variable ID. | 
 See Also
See Also