SegmentPropagatorInequalityConstraintEvaluatorBoundValue Method  | 
 
            Evaluates and returns the lower or upper bound for this inequality constraint.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double BoundValue()
Public Function BoundValue As Double
public:
double BoundValue()
member BoundValue : unit -> float 
Return Value
Type: 
DoubleThe value of the lower or upper bound for this inequality constraint.
See Also