ByteConverterBytesToDouble 方法 |
字节数组转双精度浮点形
命名空间:
GISShare.SMap.Utils
程序集:
GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static double BytesToDouble(
byte[] bytes,
ByteOrderStyle eByteOrderStyle
)
Public Shared Function BytesToDouble (
bytes As Byte(),
eByteOrderStyle As ByteOrderStyle
) As Double
public:
static double BytesToDouble(
array<unsigned char>^ bytes,
ByteOrderStyle eByteOrderStyle
)
static member BytesToDouble :
bytes : byte[] *
eByteOrderStyle : ByteOrderStyle -> float
参数
- bytes
- 类型: SystemByte
- eByteOrderStyle
- 类型: GISShare.SMap.UtilsByteOrderStyle
返回值
类型:
Double
参见