StoppingConditionEvaluatorGetValue Method  | 
 
            Compute the value of the stopping condition from the state.  This method will
            put the raw value into the circular bounds (if the function is circular).
            
 
    Namespace: 
   AGI.Foundation.StoppingConditions
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double GetValue(
	ITimeBasedState state
)
Public Function GetValue ( 
	state As ITimeBasedState
) As Double
public:
double GetValue(
	ITimeBasedState^ state
)
member GetValue : 
        state : ITimeBasedState -> float 
Parameters
- state
 - Type: AGI.Foundation.CoordinatesITimeBasedState
The state to check. 
Return Value
Type: 
DoubleThe value to use when exploring this condition while looking for an event.
See Also