ValueByteBlockWriteDouble(Double, EndianType) 方法
按指定字节序写入一个双精度浮点数。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public void WriteDouble(
double value,
EndianType endianType
)
Public Sub WriteDouble (
value As Double,
endianType As EndianType
)
abstract WriteDouble :
value : float *
endianType : EndianType -> unit
override WriteDouble :
value : float *
endianType : EndianType -> unit
- value Double
- 要写入的双精度浮点数。
- endianType EndianType
- 指定的字节序。
IByteBlockWriteDouble(Double, EndianType)