GreatCircle.AviaticToRadians(Double) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts an angle in aviatic definition to mathematic definition. Aviatic angles are in degrees, where 0 degrees is north, counting clockwise, mathematic angles are in radians, starting east and going counterclockwise.
C#
public static double AviaticToRadians (double val);
static member AviaticToRadians : double -> double
Public Shared Function AviaticToRadians (val As Double) As Double
- val
- Double
Aviatic angle, degrees
Mathematic angle, radians, fast-normalized to 0..2Pi
Produkt | Verzie |
---|---|
.NET IoT Libraries | 2.1.0, 2.2.0 |