在.NET中,當我從1.35072減去1.35時,顯示.000719999999。如何在使用double
時獲得.00072?.NET使用雙打時的麻煩
TOTKILO.Text = KILO.Text * TOUCH.Text * 0.01; //here 1.35072
TextBox10.Text = TextBox9.Text * TextBox8.Text * 0.01; //here 1.35
K = Val(TOTKILO.Text) - Val(TextBox10.Text); //here it shows 0.00719999
你提的問題是非常不清楚 - 請你可以嘗試和編輯您的問題,使其更易於理解什麼是你正在嘗試做的,你有什麼用的問題。 – Justin 2011-03-08 04:12:51
噢,上帝,我的眼睛:( – 2011-03-08 04:16:05
@eldarerathis你應該得到一枚獎牌或什麼! – Justin 2011-03-08 04:34:37