Click or drag to resize

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)
Syntax
public double BoundValue()

Return Value

Type: Double
The value of the lower or upper bound for this inequality constraint.
See Also