Math Methods
The methods of the Math class are listed here. For a complete list of Math class members, see the Math Members topic.
Public Methods
![]() Abs Supported by the .NET Compact Framework. | Overloaded. Returns the absolute value of a specified number. |
![]() Acos Supported by the .NET Compact Framework. | Returns the angle whose cosine is the specified number. |
![]() Asin Supported by the .NET Compact Framework. | Returns the angle whose sine is the specified number. |
![]() Atan Supported by the .NET Compact Framework. | Returns the angle whose tangent is the specified number. |
![]() Atan2 Supported by the .NET Compact Framework. | Returns the angle whose tangent is the quotient of two specified numbers. |
![]() BigMul | Produces the full product of two 32-bit numbers. |
![]() Ceiling Supported by the .NET Compact Framework. | Returns the smallest whole number greater than or equal to the specified number. |
![]() Cos Supported by the .NET Compact Framework. | Returns the cosine of the specified angle. |
![]() Cosh Supported by the .NET Compact Framework. | Returns the hyperbolic cosine of the specified angle. |
![]() DivRem | Overloaded. Returns the quotient of two numbers, also passing the remainder as an output parameter. |
![]() Exp Supported by the .NET Compact Framework. | Returns e raised to the specified power. |
![]() Floor Supported by the .NET Compact Framework. | Returns the largest whole number less than or equal to the specified number. |
![]() IEEERemainder Supported by the .NET Compact Framework. | Returns the remainder resulting from the division of a specified number by another specified number. |
![]() Log Supported by the .NET Compact Framework. | Overloaded. Returns the logarithm of a specified number. |
![]() Log10 Supported by the .NET Compact Framework. | Returns the base 10 logarithm of a specified number. |
![]() Max Supported by the .NET Compact Framework. | Overloaded. Returns the larger of two specified numbers. |
![]() Min Supported by the .NET Compact Framework. | Overloaded. Returns the smaller of two numbers. |
![]() Pow Supported by the .NET Compact Framework. | Returns a specified number raised to the specified power. |
![]() Round Supported by the .NET Compact Framework. | Overloaded. Returns the number nearest the specified value. |
![]() Sign Supported by the .NET Compact Framework. | Overloaded. Returns a value indicating the sign of a number. |
![]() Sin Supported by the .NET Compact Framework. | Returns the sine of the specified angle. |
![]() Sinh Supported by the .NET Compact Framework. | Returns the hyperbolic sine of the specified angle. |
![]() Sqrt Supported by the .NET Compact Framework. | Returns the square root of a specified number. |
![]() Tan Supported by the .NET Compact Framework. | Returns the tangent of the specified angle. |
![]() Tanh Supported by the .NET Compact Framework. | Returns the hyperbolic tangent of the specified angle. |
