Dear All,
Do you know the name of Math library in C #.Visual Sutdio .Net?. Like in C++ it is cmath.h where we can find all the mathmatical methods.
Dear All,
Do you know the name of Math library in C #.Visual Sutdio .Net?. Like in C++ it is cmath.h where we can find all the mathmatical methods.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AlanPosted Nov 3, 2008, 6:49 AM
All the mathematical methods in .NET (such as they are) are in the System.Math static class in the mscorlib.dll library which is included in all C# applications by default. Here's a list:
http://msdn.microsoft.com/en-us/library/system.math_members.aspx