为度分秒转化度
命名空间:
GISShare.SMap.Utils
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static double DMSToDegree(
int iD,
int iM,
double dS
)
Public Shared Function DMSToDegree (
iD As Integer,
iM As Integer,
dS As Double
) As Double
public:
static double DMSToDegree(
int iD,
int iM,
double dS
)
static member DMSToDegree :
iD : int *
iM : int *
dS : float -> float
参数
- iD
- 类型: SystemInt32
度 - iM
- 类型: SystemInt32
分 - dS
- 类型: SystemDouble
秒
返回值
类型:
Double返回浮点型度
参见