在C#中如何对数取绝对值?

问题描述:

在C#中如何对数取绝对值?

yournumber = System.Math .Abs (yournumber);