Click or drag to resize

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
Syntax
public static double ConvertMapCoordDMSToDegrees(
	int degrees,
	uint arcMinutes,
	double arcSeconds
)

Parameters

degrees
Type: SystemInt32
Degrees.
arcMinutes
Type: SystemUInt32
Arc minutes.
arcSeconds
Type: SystemDouble
Arc seconds.

Return Value

Type: Double
Degrees value.
See Also