| Method | Description |
|---|
| Abs | Overloaded. Returns the absolute value of the parameter. |
| Acos | Returns the angle whose cosine is the specified number. |
| Asin | Returns the angle whose sine is the specified number. |
| Atan | Returns the angle whose tangent is the specified number. |
| Atan2 | Returns the angle whose tangent is the quotient of two specified numbers. |
| Ceiling | Returns the smallest whole number greater than or equal to the specified number. |
| Cos | Returns the cosine of the specified angle. |
| Cosh | Returns the hyperbolic cosine of the specified angle. |
| Equals | Overloaded. Compares two objects to determine if they are equal. (Inherited from Object) |
| Exp | Returns e raised to the specified power. |
| Floor | Returns the largest whole number less than or equal to the specified number. |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IEEERemainder | Returns the remainder resulting from the division of a specified number by another specified number. |
| Log | Overloaded. Returns the logarithm of a specified number. |
| Log10 | Returns the base 10 logarithm of a specified number. |
| Max | Overloaded. Returns the larger of two or three specified numbers. |
| Min | Overloaded. Returns the smaller of two or three specified numbers. |
| Pow | Returns a specified number raised to the specified power. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| Round | Overloaded. Returns the number nearest the specified value. |
| Sign | Overloaded. Returns a value indicating the sign of a number. |
| Sin | Returns the sine of the specified angle. |
| Sinh | Returns the hyperbolic sine of the specified angle. |
| Sqrt | Returns the square root of a specified number. |
| Tan | Returns the tangent of the specified angle. |
| Tanh | Returns the hyperbolic tangent of the specified angle. |
| ToString | Returns a String that represents the current Object. (Inherited from Object) |