摘要: 执行C#动态代码 1 using System; 2 using System.Data; 3 using System.Configuration; 4 using System.Text; 5 using System.CodeDom.Compiler; 6 using Microsoft.CS 阅读全文
posted @ 2019-01-08 16:01 阿小星 阅读(1278) 评论(0) 推荐(0) 编辑
摘要: Math.Abs(x) x绝对值 Math.Acos(x) 余弦值为x的角度 Math.Asin(x) 正弦值为x的角度 Math.Atan(x) 正切值为x的角度 Math.Atan2(x, y) 正切值为 x y 的商的角度 Math.BigMul(x, y) x,y 的完整乘积 Math.Ce 阅读全文
posted @ 2019-01-08 15:58 阿小星 阅读(2354) 评论(0) 推荐(0) 编辑