+ 8
You just need to call it's static methods. Just as an example, if I want the absolute value: Console.WriteLine(Math.Abs(-1.0)); For more info on the Math class, refer : https://msdn.microsoft.com/en-us/library/system.math(v=vs.110).aspx
3rd Feb 2018, 6:09 AM
Dev
Dev - avatar