Click or drag to resize

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.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static double ConvertMapCoordDMSToDegrees(
	uint degrees,
	uint arcMinutes,
	double arcSeconds,
	CoordPostfix postfix
)

Parameters

degrees
Type: SystemUInt32
Degrees.
arcMinutes
Type: SystemUInt32
Arc minutes.
arcSeconds
Type: SystemDouble
Arc seconds.
postfix
Type: Arction.WinForms.ChartingCoordPostfix
Postfix.

Return Value

Type: Double
Degrees value.
See Also