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

Return Value

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