度转化为度分秒
命名空间:
GISShare.SMap.Utils
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static void DegreeToDMS(
double d,
out int outD,
out int outM,
out double outS
)
Public Shared Sub DegreeToDMS (
d As Double,
<OutAttribute> ByRef outD As Integer,
<OutAttribute> ByRef outM As Integer,
<OutAttribute> ByRef outS As Double
)
public:
static void DegreeToDMS(
double d,
[OutAttribute] int% outD,
[OutAttribute] int% outM,
[OutAttribute] double% outS
)
static member DegreeToDMS :
d : float *
outD : int byref *
outM : int byref *
outS : float byref -> unit
参数
- d
- 类型: SystemDouble
度 - outD
- 类型: SystemInt32
返回 度 - outM
- 类型: SystemInt32
返回 分 - outS
- 类型: SystemDouble
返回 秒
参见