StoppingConditionAngularSetting 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
CircularRangeSee Also