谢谢
------解决方案--------------------------------------------------------
System.Math.Abs
------解决方案--------------------------------------------------------
double aaaaa = Math.abs(你的变量);
------解决方案--------------------------------------------------------
System.Math类是通用的
------解决方案--------------------------------------------------------
up
------解决方案--------------------------------------------------------
Math.Abs
------解决方案--------------------------------------------------------
System.Math.Abs(...);
------解决方案--------------------------------------------------------
System.Math.Abs(...);
这个就行。把数字放到括号内!
------解决方案--------------------------------------------------------
Math.Abs()
------解决方案--------------------------------------------------------
double aaaaa = Math.abs(你的变量);
------解决方案--------------------------------------------------------
javascript里也是Math.abs(number)