Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryHelper Class / ToPositiveDegree Method


In This Topic
    ToPositiveDegree Method
    In This Topic
    Correct the angle to positive value in degrees.
    Syntax
    'Declaration
     
    
    Public Shared Function ToPositiveDegree( _
       ByVal angle As Double _
    ) As Double
    'Usage
     
    
    Dim angle As Double
    Dim value As Double
     
    value = GeometryHelper.ToPositiveDegree(angle)
    public static double ToPositiveDegree( 
       double angle
    )

    Parameters

    angle
    See Also