Click or drag to resize

StoppingConditionEvaluatorEvaluateRawValue Method

Returns the raw value before it is bound by circular constraints. This method does not need to deal with the AngularSetting.

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract double EvaluateRawValue(
	ITimeBasedState state
)

Parameters

state
Type: AGI.Foundation.CoordinatesITimeBasedState
The state from which to extract the value.

Return Value

Type: Double
The value before it is bound by circular constraints.
See Also