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
相关文章
相关标签/搜索