IByteBlockReadDecimal(EndianType) 方法
根据指定的字节序读取一个字节序列并将其转换为十进制数。
命名空间: TouchSocket.Core程序集: TouchSocket.Core (在 TouchSocket.Core.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
decimal ReadDecimal(
EndianType endianType
)
Function ReadDecimal (
endianType As EndianType
) As Decimal
abstract ReadDecimal :
endianType : EndianType -> decimal
- endianType EndianType
- 指定的字节序。
Decimal转换后的十进制数。