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: 24.2.419.0 (24.2.419.0)
Syntax public 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