mscorlib(4.0.0.0) API with additions
System.Math Member List

This is the complete list of members for System.Math, including all inherited members.

Abs(sbyte value)System.Mathstatic
Abs(short value)System.Mathstatic
Abs(int value)System.Mathstatic
Abs(long value)System.Mathstatic
Abs(float value)System.Math
Abs(double value)System.Math
Abs(decimal value)System.Mathstatic
Acos(double d)System.Math
Asin(double d)System.Math
Atan(double d)System.Math
Atan2(double y, double x)System.Math
BigMul(int a, int b)System.Mathstatic
Ceiling(decimal d)System.Mathstatic
Ceiling(double a)System.Math
Cos(double d)System.Math
Cosh(double value)System.Math
DivRem(int a, int b, out int result)System.Mathstatic
DivRem(long a, long b, out long result)System.Mathstatic
ESystem.Math
Exp(double d)System.Math
Floor(decimal d)System.Mathstatic
Floor(double d)System.Math
IEEERemainder(double x, double y)System.Mathstatic
Log(double d)System.Math
Log(double a, double newBase)System.Mathstatic
Log10(double d)System.Math
Max(sbyte val1, sbyte val2)System.Mathstatic
Max(byte val1, byte val2)System.Mathstatic
Max(short val1, short val2)System.Mathstatic
Max(ushort val1, ushort val2)System.Mathstatic
Max(int val1, int val2)System.Mathstatic
Max(uint val1, uint val2)System.Mathstatic
Max(long val1, long val2)System.Mathstatic
Max(ulong val1, ulong val2)System.Mathstatic
Max(float val1, float val2)System.Mathstatic
Max(double val1, double val2)System.Mathstatic
Max(decimal val1, decimal val2)System.Mathstatic
Min(sbyte val1, sbyte val2)System.Mathstatic
Min(byte val1, byte val2)System.Mathstatic
Min(short val1, short val2)System.Mathstatic
Min(ushort val1, ushort val2)System.Mathstatic
Min(int val1, int val2)System.Mathstatic
Min(uint val1, uint val2)System.Mathstatic
Min(long val1, long val2)System.Mathstatic
Min(ulong val1, ulong val2)System.Mathstatic
Min(float val1, float val2)System.Mathstatic
Min(double val1, double val2)System.Mathstatic
Min(decimal val1, decimal val2)System.Mathstatic
PISystem.Math
Pow(double x, double y)System.Math
Round(double a)System.Math
Round(double value, int digits)System.Mathstatic
Round(double value, MidpointRounding mode)System.Mathstatic
Round(double value, int digits, MidpointRounding mode)System.Mathstatic
Round(decimal d)System.Mathstatic
Round(decimal d, int decimals)System.Mathstatic
Round(decimal d, MidpointRounding mode)System.Mathstatic
Round(decimal d, int decimals, MidpointRounding mode)System.Mathstatic
Sign(sbyte value)System.Mathstatic
Sign(short value)System.Mathstatic
Sign(int value)System.Mathstatic
Sign(long value)System.Mathstatic
Sign(float value)System.Mathstatic
Sign(double value)System.Mathstatic
Sign(decimal value)System.Mathstatic
Sin(double a)System.Math
Sinh(double value)System.Math
Sqrt(double d)System.Math
Tan(double a)System.Math
Tanh(double value)System.Math
Truncate(decimal d)System.Mathstatic
Truncate(double d)System.Mathstatic