CircularRange Enumeration | 
 
            The possible options that a numerical value could be limited to when it represents an angle.
            
 
    Namespace: 
   AGI.Foundation.StoppingConditions
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum CircularRange
Public Enumeration CircularRange
public enum class CircularRange
Members| 
									 
								 | Member name | Description | 
|---|
 | NotCircular | 
            The value is not an angle.
             | 
 | ZeroToTwoPi | 
            Specifies that the value should be adjusted such that it is between 0 and 2π.
             | 
 | NegativePiToPi | 
            Specifies that the value should be adjusted such that it is between -π and π.
             | 
See Also