Mono Class Library: OverviewSystem.Math: Members |
The members of System.Math are listed below.
See Also: Inherited members from System.Object
staticAbs(decimal) : decimal Returns the absolute value of the specified decimal . staticAbs(double) : double Returns the absolute value of the specified double. staticAbs(short) : short Returns the absolute value of the specified short. staticAbs(int) : int Returns the absolute value of the specified int. staticAbs(long) : long Returns the absolute value of the specified long. staticAbs(sbyte) : sbyte Returns the absolute value of the specified sbyte. staticAbs(float) : float Returns the absolute value of the specified float. staticAcos(double) : double Returns the angle whose cosine is the specified double. staticAsin(double) : double Returns the angle whose sine is the specified double. staticAtan(double) : double Returns the angle whose tangent is the specified double. staticAtan2(double, double) : double Returns the angle whose tangent is the quotient of two specified double values. staticBigMul(int, int) : long Produces the full product of two 32-bit numbers. staticCeiling(decimal) : decimal Documentation for this section has not yet been entered. staticCeiling(double) : double Returns the smallest integer greater than or equal to the specified double. staticCos(double) : double Returns the cosine of the specified double that represents an angle. staticCosh(double) : double Returns the hyperbolic cosine of the specified double that represents an angle. staticDivRem(int, int, out int) : int Returns the quotient of two numbers, also passing the remainder as an output parameter. staticDivRem(long, long, out long) : long Returns the quotient of two numbers, also passing the remainder as an output parameter. staticExp(double) : double Returns e raised to the specified double that represents an exponent. staticFloor(decimal) : decimal Documentation for this section has not yet been entered. staticFloor(double) : double Returns the largest integer less than or equal to the specified double. staticIEEERemainder(double, double) : double Returns the remainder resulting from the division of one specified double by another specified double. staticLog(double) : double Returns the natural logarithm of the specified double. staticLog(double, double) : double Returns the logarithm of the specified double in the specified base. staticLog10(double) : double Returns log10 of the specified double. staticMax(byte, byte) : byte Returns the greater of two specified byte values. staticMax(decimal, decimal) : decimal Returns the greater of two specified decimal values. staticMax(double, double) : double Returns the greater of two specified double values. staticMax(short, short) : short Returns the greater of two specified short values. staticMax(int, int) : int Returns the greater of two specified int values. staticMax(long, long) : long Returns the greater of two specified long values. staticMax(sbyte, sbyte) : sbyte Returns the greater of two specified sbyte values. staticMax(float, float) : float Returns the greater of two specified float values. staticMax(ushort, ushort) : ushort Returns the greater of two specified ushort values. staticMax(uint, uint) : uint Returns the greater of two specified uint values. staticMax(ulong, ulong) : ulong Returns the greater of two specified ulong values. staticMin(byte, byte) : byte Returns the lesser of two specified byte values. staticMin(decimal, decimal) : decimal Returns the lesser of two specified decimal values. staticMin(double, double) : double Returns the lesser of two specified double values. staticMin(short, short) : short Returns the lesser of two specified short values. staticMin(int, int) : int Returns the lesser of two specified int values. staticMin(long, long) : long Returns the lesser of two specified long values. staticMin(sbyte, sbyte) : sbyte Returns the lesser of two specified sbyte values. staticMin(float, float) : float Returns the lesser of two specified float values. staticMin(ushort, ushort) : ushort Returns the lesser of two specified ushort values. staticMin(uint, uint) : uint Returns the lesser of two specified uint values. staticMin(ulong, ulong) : ulong Returns the lesser of two specified ulong values. staticPow(double, double) : double Returns the specified double raised to the specified power. staticRound(decimal) : decimal Returns the integer nearest the specified decimal. staticRound(double) : double Returns the integer nearest the specified double. staticRound(decimal, int) : decimal Documentation for this section has not yet been entered. staticRound(decimal, MidpointRounding) : decimal Documentation for this section has not yet been entered. staticRound(double, int) : double Returns the number nearest the specified double within the specified precision. staticRound(double, MidpointRounding) : double Documentation for this section has not yet been entered. staticRound(decimal, int, MidpointRounding) : decimal Documentation for this section has not yet been entered. staticRound(double, int, MidpointRounding) : double Documentation for this section has not yet been entered. staticSign(decimal) : int Returns a value indicating the sign of the specified decimal. staticSign(double) : int Returns a value indicating the sign of the specified double. staticSign(short) : int Returns a value indicating the sign of the specified short . staticSign(int) : int Returns a value indicating the sign of the specified int . staticSign(long) : int Returns a value indicating the sign of the specified long. staticSign(sbyte) : int Returns a value indicating the sign of the specified sbyte . staticSign(float) : int Returns a value indicating the sign of the specified float. staticSin(double) : double Returns the sine of the specified double that represents an angle. staticSinh(double) : double Returns the hyperbolic sine of the specified double that represents an angle. staticSqrt(double) : double Returns the square root of the specified double. staticTan(double) : double Returns the tangent of the specified double that represents an angle. staticTanh(double) : double Returns the hyperbolic tangent of the specified double that represents an angle. staticTruncate(decimal) : decimal Documentation for this section has not yet been entered. staticTruncate(double) : double Documentation for this section has not yet been entered.