|
| Name | Description |
|---|
.gif) .gif) .gif) .gif) | Abs | Overloaded.
Returns the absolute value of a specified number.
|
.gif) .gif) .gif) .gif) | Acos |
Returns the angle whose cosine is the specified number.
|
.gif) .gif) .gif) .gif) | Asin |
Returns the angle whose sine is the specified number.
|
.gif) .gif) .gif) .gif) | Atan |
Returns the angle whose tangent is the specified number.
|
.gif) .gif) .gif) .gif) | Atan2 |
Returns the angle whose tangent is the quotient of two specified numbers.
|
.gif) .gif) | BigMul |
Produces the full product of two 32-bit numbers.
|
.gif) .gif) .gif) .gif) | Ceiling | Overloaded.
Returns the smallest integer greater than or equal to the specified number.
|
.gif) .gif) .gif) .gif) | Cos |
Returns the cosine of the specified angle.
|
.gif) .gif) .gif) .gif) | Cosh |
Returns the hyperbolic cosine of the specified angle.
|
.gif) .gif) | DivRem | Overloaded.
Calculates the quotient of two numbers and also returns the remainder in an output parameter.
|
.gif) .gif) .gif) .gif) | Exp |
Returns e raised to the specified power.
|
.gif) .gif) .gif) .gif) | Floor | Overloaded.
Returns the largest integer less than or equal to the specified number.
|
.gif) .gif) .gif) .gif) | IEEERemainder |
Returns the remainder resulting from the division of a specified number by another specified number.
|
.gif) .gif) .gif) .gif) | Log | Overloaded.
Returns the logarithm of a specified number.
|
.gif) .gif) .gif) .gif) | Log10 |
Returns the base 10 logarithm of a specified number.
|
.gif) .gif) .gif) .gif) | Max | Overloaded.
Returns the larger of two specified numbers.
|
.gif) .gif) .gif) .gif) | Min | Overloaded.
Returns the smaller of two numbers.
|
.gif) .gif) .gif) .gif) | Pow |
Returns a specified number raised to the specified power.
|
.gif) .gif) .gif) .gif) | Round | Overloaded.
Rounds a value to the nearest integer or specified number of decimal places.
|
.gif) .gif) .gif) .gif) | Sign | Overloaded.
Returns a value indicating the sign of a number.
|
.gif) .gif) .gif) .gif) | Sin |
Returns the sine of the specified angle.
|
.gif) .gif) .gif) .gif) | Sinh |
Returns the hyperbolic sine of the specified angle.
|
.gif) .gif) .gif) .gif) | Sqrt |
Returns the square root of a specified number.
|
.gif) .gif) .gif) .gif) | Tan |
Returns the tangent of the specified angle.
|
.gif) .gif) .gif) .gif) | Tanh |
Returns the hyperbolic tangent of the specified angle.
|
.gif) .gif) | Truncate | Overloaded.
Calculates the integral part of a number.
|