Nevron Open Vision Documentation
Nevron.Nov Namespace / NAngle Structure / NormalizeDegrees Method


In This Topic
    NormalizeDegrees Method
    In This Topic
    Normalizes an angle specified in degrees to be in the range [0, 360).
    Syntax
    'Declaration
     
    
    Public Shared Function NormalizeDegrees( _
       ByVal degrees As System.Double _
    ) As System.Double
    'Usage
     
    
    Dim degrees As System.Double
    Dim value As System.Double
     
    value = NAngle.NormalizeDegrees(degrees)
    public static System.double NormalizeDegrees( 
       System.double degrees
    )

    Parameters

    degrees
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also