gpt4 book ai didi

c# - 为什么 Float 转换忽略小数点后的零?

转载 作者:行者123 更新时间:2023-11-30 15:31:17 24 4
gpt4 key购买 nike

我不知道为什么 float 数据类型会忽略 .00。

喜欢

165.00 = 165 ( It displays in this format after ignoring zero's)
165.65 = 165.65

如果float长度小于5我想显示,然后在数字末尾加零喜欢165 然后它会显示 165.00 (我使用的是 float 数据类型)

有什么想法吗?

最佳答案

您可以通过在小数点后指定两个零来在 ToString() 中指定格式。您可以阅读有关数字格式的更多信息 here .

num.ToString(".00");

关于c# - 为什么 Float 转换忽略小数点后的零?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20867834/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com