ThresholdStoppingConditionConstraintEvaluatorEvaluateSingleValue Method |
This method will return the value that will be compared to the
Threshold. This method does not
need to deal with UseAbsoluteValue.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected abstract double EvaluateSingleValue(
ITimeBasedState state
)
Protected MustOverride Function EvaluateSingleValue (
state As ITimeBasedState
) As Double
protected:
virtual double EvaluateSingleValue(
ITimeBasedState^ state
) abstract
abstract EvaluateSingleValue :
state : ITimeBasedState -> float
Parameters
- state
- Type: AGI.Foundation.CoordinatesITimeBasedState
The current state of propagation.
Return Value
Type:
DoubleThe value of the
constraint.
See Also