TouchSocketBitConverterGetBytes(Double) 方法
将指定的双精度浮点数转换为对应字节端序的8字节数组。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public byte[] GetBytes(
double value
)
Public Function GetBytes (
value As Double
) As Byte()
member GetBytes :
value : float -> byte[]
- value Double
- 要转换的双精度浮点数。
Byte对应的字节数组。