Nevron .NET Vision
Nevron Namespace / NMath Class / AngleDiff Method
in radians
in radians


In This Topic
    AngleDiff Method
    In This Topic
    Returns the difference of the two angles
    Syntax
    'Declaration
     
    
    Public Shared Function AngleDiff( _
       ByVal angle1 As System.Single, _
       ByVal angle2 As System.Single _
    ) As System.Single
    'Usage
     
    
    Dim angle1 As System.Single
    Dim angle2 As System.Single
    Dim value As System.Single
     
    value = NMath.AngleDiff(angle1, angle2)
    public static System.float AngleDiff( 
       System.float angle1,
       System.float angle2
    )

    Parameters

    angle1
    in radians
    angle2
    in radians
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also