如何将十进制转换为二进制?
编辑浮点值时,由于要将小数部分从十进制转换为二进制,因此所得的结果可能存在微小误差。
Editing floating-point values can result in minor inaccuracies because of decimal-to-binary conversion of fractional components.
计算机以二进制数进行计算,而后把计算结果转换为十进制数。
The computer performs calculations in binary and converts the results to decimal.
一种解决方案是更改查询,将十进制类型强制转换为较小的数据类型,或者转换为字符串或二进制。
One solution would be to change the query to cast the decimal type to either a smaller datatype or convert to string or binary.
一种解决方案是更改查询,将十进制类型强制转换为较小的数据类型,或者转换为字符串或二进制。
One solution would be to change the query to cast the decimal type to either a smaller datatype or convert to string or binary.
应用推荐