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