C# Math.Abs: Absolute Value - C# Tutorial: Dot Net Perls
This C# article shows how to use the Math.Abs method. Abs computes absolute numbers. ... An absolute value is not negative. It is the same as the original value but with no negative sign. The Math.Abs method in the .NET Framework provides a tested absolut...