InequalityConstraintSettings Properties | 
The InequalityConstraintSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| BoundType | 
            Gets or sets a value indicating whether the inequality represents an upper bound or a lower bound.
              | |
| BoundValue | 
            Gets or sets the value of the upper or lower bound that defines the inequality.
              | |
| IsFrozen | 
            Gets a value indicating whether this object is frozen.  A frozen object cannot be modified and an
            ObjectFrozenException will be thrown if an attempt is made to do so.
              (Inherited from DefinitionalObject.) | |
| IsThreadSafe | 
            Gets a value indicating whether the methods on this instance are safe to call from
            multiple threads simultaneously.
              | |
| Name | 
            Gets or sets an optional name for this constraint.
              | |
| Scaling | 
            Gets or sets the type of scaling applied to the constraint.
              | |
| Tolerance | 
            Gets or sets a value indicating how close the evaluated value must get to the
            BoundValue to consider this inequality to be on the bound.
              | |
| Weight | 
            Gets or sets a value multiplied by the constraint error to prioritize or de-prioritize it
            with respect to other constraints or the cost function.
              |