gpt4 book ai didi

C# 下列方法或属性之间的调用不明确 : 'System.Math.Round(double, int)' and 'System. Math.Round(decimal, int)

转载 作者:IT王子 更新时间:2023-10-29 04:02:08 27 4
gpt4 key购买 nike

由于以下错误,我的代码无法编译:

以下方法或属性之间的调用不明确:“System.Math.Round(double, int)”和“System.Math.Round(decimal, int)”

我的代码是

Math.Round(new FileInfo(strFilePath).Length / 1024, 1)

我该如何解决这个问题?

谢谢

最佳答案

Math.Round(new FileInfo(strFilePath).Length / 1024d, 1)

关于C# 下列方法或属性之间的调用不明确 : 'System.Math.Round(double, int)' and 'System. Math.Round(decimal, int),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/771825/

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