C#中Math.Round()函數的簡單解析

Round的使用 舉個例子如下: using System; namespace practice3 { class MainClass { public static void Main(string[] args) { float a=10.1f; float b=10.9f ; float c = -10.1f; float d = -10.9f; Console.WriteLine(Mat
相關文章
相關標籤/搜索