ChartToolsConvertMapCoordDMSToDegrees Method (UInt32, UInt32, Double, CoordPostfix) |
LightningChart .NET Help
Convert DMS (Degrees, minutes, seconds) value to decimal degrees value, with given post-fix (N,E,S,W).
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static double ConvertMapCoordDMSToDegrees(
uint degrees,
uint arcMinutes,
double arcSeconds,
CoordPostfix postfix
)
Public Shared Function ConvertMapCoordDMSToDegrees (
degrees As UInteger,
arcMinutes As UInteger,
arcSeconds As Double,
postfix As CoordPostfix
) As Double
public:
static double ConvertMapCoordDMSToDegrees(
unsigned int degrees,
unsigned int arcMinutes,
double arcSeconds,
CoordPostfix postfix
)
Parameters
- degrees
- Type: SystemUInt32
Degrees. - arcMinutes
- Type: SystemUInt32
Arc minutes. - arcSeconds
- Type: SystemDouble
Arc seconds. - postfix
- Type: Arction.Wpf.ChartingCoordPostfix
Postfix.
Return Value
Type:
DoubleDegrees value.
See Also