StoppingConditionEvaluatorAngularSetting Property |
Gets the indication that the value being computed is an angle and, if so, should that angle be between
negative PI and PI, or if it should be between 0 and 2*PI.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CircularRange AngularSetting { get; }
Public ReadOnly Property AngularSetting As CircularRange
Get
public:
property CircularRange AngularSetting {
CircularRange get ();
}
member AngularSetting : CircularRange with get
Property Value
Type:
CircularRangeSee Also