ZylGPSReceiver.NET
GPSPosition.DMSToDM Method
Converts DMS (DegreeMinuteSecond) to DM (DegreeMinute).
[Visual Basic]
Public Shared Sub DMSToDM( _
ByVal
Int32
As
Integer
, _
ByVal
Int32
As
Integer
, _
ByVal
Double
As
Double
, _
ByRef
Int32&
As
Int32@
, _
ByRef
Double&
As
Double@
_
)
[C#]
public static
void
DMSToDM(
Int32
dmsDegree
,
Int32
dmsMinute
,
Double
dmsSecond
,
out
Int32&
Degree
,
out
Double&
Minute
);
Parameters
Int32
Degrees.
Int32
Minutes.
Double
Seconds.
Int32&
Degrees.
Double&
Minutes.
See Also
GPSPosition Class
|
ZylGPSReceiver Namespace