ChartToolsConvertMapCoordDMSToDegrees Method (Int32, UInt32, Double) |
LightningChart .NET Help
Convert DMS (Degrees, minutes, seconds) value to decimal degrees value.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static double ConvertMapCoordDMSToDegrees(
int degrees,
uint arcMinutes,
double arcSeconds
)
Public Shared Function ConvertMapCoordDMSToDegrees (
degrees As Integer,
arcMinutes As UInteger,
arcSeconds As Double
) As Double
public:
static double ConvertMapCoordDMSToDegrees(
int degrees,
unsigned int arcMinutes,
double arcSeconds
)
Parameters
- degrees
- Type: SystemInt32
Degrees. - arcMinutes
- Type: SystemUInt32
Arc minutes. - arcSeconds
- Type: SystemDouble
Arc seconds.
Return Value
Type:
DoubleDegrees value.
See Also