Click or drag to resize

StoppingConditionEvaluator.EvaluateRawValue 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: 25.1.421.0 (25.1.421.0)
Syntax
public abstract double EvaluateRawValue(
	ITimeBasedState state
)

Parameters

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

Return Value

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