IByteBlockToDecimals(EndianType) 方法
根据指定的字节序将一系列字节序列转换为十进制数的集合。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
IEnumerable<decimal> ToDecimals(
EndianType endianType
)
Function ToDecimals (
endianType As EndianType
) As IEnumerable(Of Decimal)
abstract ToDecimals :
endianType : EndianType -> IEnumerable<decimal>
- endianType EndianType
- 指定的字节序。
IEnumerableDecimal转换后的十进制数集合。