ByteBlockToDoubles(EndianType) 方法
按指定字节序读取一系列双精度浮点数。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
public IEnumerable<double> ToDoubles(
EndianType endianType
)
Public Function ToDoubles (
endianType As EndianType
) As IEnumerable(Of Double)
abstract ToDoubles :
endianType : EndianType -> IEnumerable<float>
override ToDoubles :
endianType : EndianType -> IEnumerable<float>
- endianType EndianType
- 指定的字节序。
IEnumerableDouble一个包含读取到的双精度浮点数的序列。
IByteBlockToDoubles(EndianType)