Click or drag to resize

VariableBounds Class

Class specifying a variable ID, lower and upper bounds, and a tolerance used in testing bounds compliance.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreVariableBounds

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
[SerializableAttribute]
public class VariableBounds : ICloneable

The VariableBounds type exposes the following members.

Constructors
 NameDescription
Public methodVariableBounds(Int32, Double, Double) Constructs a VariableBounds instance from the given parameters and default constraint tolerance.
Public methodVariableBounds(Int32, Double, Double, Double) Constructs a VariableBounds instance from the given parameters.
Top
Properties
 NameDescription
Public propertyLowerBound Variable lower bound.
Public propertyTolerance Tolerance used in testing bounds compliance.
Public propertyUpperBound Variable upper bound.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of self.
Public methodToString String representation of bounds.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldVariableId Variable ID.
Top
See Also