0
Math object doesn't need constructor then Math properties are static properties?
1 Answer
+ 1
Math is a static class, which means all of its members are also static. Here's some documentation on MSDN: https://msdn.microsoft.com/en-us/library/system.math(v=vs.110).aspx