StoppingCondition.AngularSetting Property |
Gets or sets the range a value should be cropped to if the value computed is a angle, or indicates that the value
computed is not an angle. By default this is set to
NotCircular.
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; set; }
Public Property AngularSetting As CircularRange
Get
Set
public:
property CircularRange AngularSetting {
CircularRange get ();
void set (CircularRange value);
}
member AngularSetting : CircularRange with get, set
Property Value
Type:
CircularRange
See Also