StoppingConditionEvaluator.AngularSetting 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic CircularRange AngularSetting { get; }
Public ReadOnly Property AngularSetting As CircularRange
Get
public:
property CircularRange AngularSetting {
CircularRange get ();
}
member AngularSetting : CircularRange with get
Property Value
Type:
CircularRange
See Also