Click or drag to resize
GeAngleDegreesToDMS Method
Returns an angle in DMS format (as array of three doubles) given the angle in decimal degrees (dd.dddd).

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static double[] DegreesToDMS(
	double degrees
)

Parameters

degrees
Type: SystemDouble

Return Value

Type: Double
Remarks