Methods of Math class in c#
Reloaded. Returns the absolute value of the specified number.
Returns the angle at which the cosine value is the specified number.
Returns the angle at which the sine value is the specified number.
Returns the angle at which the tangent value is the specified number.
Math.Atan2 Returns the angle of the tangent value of the two specified numbers.
Generates the complete product of two 32-bit numbers.
Reloaded. Returns the smallest integer greater than or equal to the specified number.
Returns the cosine value of the specified angle.
Returns the hyperbolic cosine value of the specified angle.
Reloaded. Calculate the quotient of the two numbers and return the remainder in the output parameter.
Reloaded. Determines whether the two Object instances are equal. (Inherited from Object.)
Returns the specified power of e.
Reloaded. Returns the maximum integer less than or equal to the specified number.
Used as a hash function of a specific type. GetHashCode is suitable for use in hashing algorithms and data structures such as hash tables. (Inherited from Object.)
Gets the Type of the current instance. (Inherited from Object.)
Returns the remainder of a specified number divided by another specified number.
Reloaded. Returns the logarithm of the specified number.
Math.Log10 Returns the logarithm of the specified number with a base 10.
Reloaded. Returns the larger of the two specified numbers.
Reloaded. Returns the smaller of the two numbers.
Returns the specified power of the specified number.
Determines whether the specified Object instance is the same. (Inherited from Object.)
Reloaded. Rounds the value to the nearest integer or the specified number of decimal places.
Reloaded. Returns the value representing the numeric symbol.
Returns the sine value of the specified angle.
Returns the hyperbolic sine value of the specified angle.
Returns the square root of the specified number.
Returns the tangent value of the specified angle.
Returns the hyperbolic tangent value of the specified angle.
Returns the String representing the current Object. (Inherited from Object.)
Reloaded. Calculate the integer part of a number.