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

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

Abs(decimal d) (defined in System.Decimal)System.Decimalstatic
Add(decimal d1, decimal d2)System.Decimalstatic
Ceiling(decimal d)System.Decimalstatic
Compare(decimal d1, decimal d2)System.Decimalstatic
CompareTo(object value)System.Decimal
CompareTo(decimal value)System.Decimal
Decimal(int value)System.Decimal
Decimal(uint value)System.Decimal
Decimal(long value)System.Decimal
Decimal(ulong value)System.Decimal
Decimal(float value)System.Decimal
Decimal(double value)System.Decimal
Decimal(Currency value) (defined in System.Decimal)System.Decimal
Decimal(int[] bits)System.Decimal
Decimal(int lo, int mid, int hi, bool isNegative, byte scale)System.Decimal
Divide(decimal d1, decimal d2)System.Decimalstatic
Equals(object value)System.Decimal
Equals(decimal value)System.Decimal
Equals(decimal d1, decimal d2)System.Decimalstatic
IEquatable< decimal >.Equals(T other)System.IEquatable< decimal >
FCallToInt32(decimal d) (defined in System.Decimal)System.Decimal
Floor(decimal d)System.Decimalstatic
FromOACurrency(long cy)System.Decimalstatic
GetBits(decimal d)System.Decimalstatic
GetBytes(decimal d, byte[] buffer) (defined in System.Decimal)System.Decimalstatic
GetHashCode()System.Decimal
GetTypeCode()System.Decimal
Max(decimal d1, decimal d2) (defined in System.Decimal)System.Decimalstatic
MaxValueSystem.Decimal
Min(decimal d1, decimal d2) (defined in System.Decimal)System.Decimalstatic
MinusOneSystem.Decimal
MinValueSystem.Decimal
Multiply(decimal d1, decimal d2)System.Decimalstatic
Negate(decimal d)System.Decimalstatic
OnDeserialization(object sender)System.Decimal
OneSystem.Decimal
operator !=(decimal d1, decimal d2)System.Decimalstatic
operator %(decimal d1, decimal d2)System.Decimalstatic
operator *(decimal d1, decimal d2)System.Decimalstatic
operator -(decimal d)System.Decimalstatic
operator -(decimal d1, decimal d2)System.Decimalstatic
operator --(decimal d)System.Decimalstatic
operator >(decimal d1, decimal d2)System.Decimalstatic
operator >=(decimal d1, decimal d2)System.Decimalstatic
operator byte(decimal value)System.Decimalexplicitstatic
operator char(decimal value)System.Decimalexplicitstatic
operator decimal(byte value)System.Decimalstatic
operator decimal(sbyte value)System.Decimalstatic
operator decimal(short value)System.Decimalstatic
operator decimal(ushort value)System.Decimalstatic
operator decimal(char value)System.Decimalstatic
operator decimal(int value)System.Decimalstatic
operator decimal(uint value)System.Decimalstatic
operator decimal(long value)System.Decimalstatic
operator decimal(ulong value)System.Decimalstatic
operator decimal(float value)System.Decimalexplicitstatic
operator decimal(double value)System.Decimalexplicitstatic
operator double(decimal value)System.Decimalexplicitstatic
operator float(decimal value)System.Decimalexplicitstatic
operator int(decimal value)System.Decimalexplicitstatic
operator long(decimal value)System.Decimalexplicitstatic
operator sbyte(decimal value)System.Decimalexplicitstatic
operator short(decimal value)System.Decimalexplicitstatic
operator uint(decimal value)System.Decimalexplicitstatic
operator ulong(decimal value)System.Decimalexplicitstatic
operator ushort(decimal value)System.Decimalexplicitstatic
operator+(decimal d)System.Decimalstatic
operator+(decimal d1, decimal d2)System.Decimalstatic
operator++(decimal d)System.Decimalstatic
operator/(decimal d1, decimal d2)System.Decimalstatic
operator<(decimal d1, decimal d2)System.Decimalstatic
operator<=(decimal d1, decimal d2)System.Decimalstatic
operator==(decimal d1, decimal d2)System.Decimalstatic
Parse(string s)System.Decimalstatic
Parse(string s, NumberStyles style)System.Decimalstatic
Parse(string s, IFormatProvider provider)System.Decimalstatic
Parse(string s, NumberStyles style, IFormatProvider provider)System.Decimalstatic
Remainder(decimal d1, decimal d2)System.Decimalstatic
Round(decimal d)System.Decimalstatic
Round(decimal d, int decimals)System.Decimalstatic
Round(decimal d, MidpointRounding mode)System.Decimalstatic
Round(decimal d, int decimals, MidpointRounding mode)System.Decimalstatic
Subtract(decimal d1, decimal d2)System.Decimalstatic
ToBoolean(IFormatProvider provider)System.Decimal
ToByte(decimal value)System.Decimalstatic
ToByte(IFormatProvider provider)System.Decimal
ToChar(IFormatProvider provider)System.Decimal
ToCurrency(decimal d) (defined in System.Decimal)System.Decimalstatic
ToDateTime(IFormatProvider provider)System.Decimal
ToDecimal(byte[] buffer) (defined in System.Decimal)System.Decimalstatic
ToDecimal(IFormatProvider provider)System.Decimal
ToDouble(decimal d)System.Decimal
ToDouble(IFormatProvider provider)System.Decimal
ToInt16(decimal value)System.Decimalstatic
ToInt16(IFormatProvider provider)System.Decimal
ToInt32(decimal d)System.Decimalstatic
ToInt32(IFormatProvider provider)System.Decimal
ToInt64(decimal d)System.Decimalstatic
ToInt64(IFormatProvider provider)System.Decimal
ToOACurrency(decimal value)System.Decimalstatic
ToSByte(decimal value)System.Decimalstatic
ToSByte(IFormatProvider provider)System.Decimal
ToSingle(decimal d)System.Decimal
ToSingle(IFormatProvider provider)System.Decimal
ToString()System.Decimal
ToString(string format)System.Decimal
ToString(IFormatProvider provider)System.Decimal
ToString(string format, IFormatProvider provider)System.Decimal
ToType(Type type, IFormatProvider provider)System.Decimal
ToUInt16(decimal value)System.Decimalstatic
ToUInt16(IFormatProvider provider)System.Decimal
ToUInt32(decimal d)System.Decimalstatic
ToUInt32(IFormatProvider provider)System.Decimal
ToUInt64(decimal d)System.Decimalstatic
ToUInt64(IFormatProvider provider)System.Decimal
Truncate(decimal d)System.Decimalstatic
TryParse(string s, out decimal result)System.Decimalstatic
TryParse(string s, NumberStyles style, IFormatProvider provider, out decimal result)System.Decimalstatic
ZeroSystem.Decimal