Math defines several standard mathematical operations. : Math Function : Development C# Examples


C# Examples » Development » Math Function »

 

Math defines several standard mathematical operations.






All of the methods defined by Math are static.
All angles are in radians.

Math also defines these two fields:

public const double E
public const double PI
E is the value of the natural logarithm base, commonly referred to as e.
PI is the value of pi.

The Math class is sealed and it cannot be inherited.



HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Development
» Math Function