ArcFM Solution Developer Guide
NormalizeAngle Method


Normalizes the angle to the range (-Pi, Pi], which is the range of the Math.Atan2 function.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function NormalizeAngle( _
   ByVal angle As System.Double _
) As System.Double
'Usage
 
Dim angle As System.Double
Dim value As System.Double
 
value = SeSpatialExtensions.NormalizeAngle(angle)
[System.Runtime.CompilerServices.Extension()]
public static System.double NormalizeAngle( 
   System.double angle
)

Parameters

angle
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SeSpatialExtensions Class
SeSpatialExtensions Members

 

 


Send Comment