mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Decimal, including all inherited members.
Abs(decimal d) (defined in System.Decimal) | System.Decimal | static |
Add(decimal d1, decimal d2) | System.Decimal | static |
Ceiling(decimal d) | System.Decimal | static |
Compare(decimal d1, decimal d2) | System.Decimal | static |
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.Decimal | static |
Equals(object value) | System.Decimal | |
Equals(decimal value) | System.Decimal | |
Equals(decimal d1, decimal d2) | System.Decimal | static |
IEquatable< decimal >.Equals(T other) | System.IEquatable< decimal > | |
FCallToInt32(decimal d) (defined in System.Decimal) | System.Decimal | |
Floor(decimal d) | System.Decimal | static |
FromOACurrency(long cy) | System.Decimal | static |
GetBits(decimal d) | System.Decimal | static |
GetBytes(decimal d, byte[] buffer) (defined in System.Decimal) | System.Decimal | static |
GetHashCode() | System.Decimal | |
GetTypeCode() | System.Decimal | |
Max(decimal d1, decimal d2) (defined in System.Decimal) | System.Decimal | static |
MaxValue | System.Decimal | |
Min(decimal d1, decimal d2) (defined in System.Decimal) | System.Decimal | static |
MinusOne | System.Decimal | |
MinValue | System.Decimal | |
Multiply(decimal d1, decimal d2) | System.Decimal | static |
Negate(decimal d) | System.Decimal | static |
OnDeserialization(object sender) | System.Decimal | |
One | System.Decimal | |
operator !=(decimal d1, decimal d2) | System.Decimal | static |
operator %(decimal d1, decimal d2) | System.Decimal | static |
operator *(decimal d1, decimal d2) | System.Decimal | static |
operator -(decimal d) | System.Decimal | static |
operator -(decimal d1, decimal d2) | System.Decimal | static |
operator --(decimal d) | System.Decimal | static |
operator >(decimal d1, decimal d2) | System.Decimal | static |
operator >=(decimal d1, decimal d2) | System.Decimal | static |
operator byte(decimal value) | System.Decimal | explicitstatic |
operator char(decimal value) | System.Decimal | explicitstatic |
operator decimal(byte value) | System.Decimal | static |
operator decimal(sbyte value) | System.Decimal | static |
operator decimal(short value) | System.Decimal | static |
operator decimal(ushort value) | System.Decimal | static |
operator decimal(char value) | System.Decimal | static |
operator decimal(int value) | System.Decimal | static |
operator decimal(uint value) | System.Decimal | static |
operator decimal(long value) | System.Decimal | static |
operator decimal(ulong value) | System.Decimal | static |
operator decimal(float value) | System.Decimal | explicitstatic |
operator decimal(double value) | System.Decimal | explicitstatic |
operator double(decimal value) | System.Decimal | explicitstatic |
operator float(decimal value) | System.Decimal | explicitstatic |
operator int(decimal value) | System.Decimal | explicitstatic |
operator long(decimal value) | System.Decimal | explicitstatic |
operator sbyte(decimal value) | System.Decimal | explicitstatic |
operator short(decimal value) | System.Decimal | explicitstatic |
operator uint(decimal value) | System.Decimal | explicitstatic |
operator ulong(decimal value) | System.Decimal | explicitstatic |
operator ushort(decimal value) | System.Decimal | explicitstatic |
operator+(decimal d) | System.Decimal | static |
operator+(decimal d1, decimal d2) | System.Decimal | static |
operator++(decimal d) | System.Decimal | static |
operator/(decimal d1, decimal d2) | System.Decimal | static |
operator<(decimal d1, decimal d2) | System.Decimal | static |
operator<=(decimal d1, decimal d2) | System.Decimal | static |
operator==(decimal d1, decimal d2) | System.Decimal | static |
Parse(string s) | System.Decimal | static |
Parse(string s, NumberStyles style) | System.Decimal | static |
Parse(string s, IFormatProvider provider) | System.Decimal | static |
Parse(string s, NumberStyles style, IFormatProvider provider) | System.Decimal | static |
Remainder(decimal d1, decimal d2) | System.Decimal | static |
Round(decimal d) | System.Decimal | static |
Round(decimal d, int decimals) | System.Decimal | static |
Round(decimal d, MidpointRounding mode) | System.Decimal | static |
Round(decimal d, int decimals, MidpointRounding mode) | System.Decimal | static |
Subtract(decimal d1, decimal d2) | System.Decimal | static |
ToBoolean(IFormatProvider provider) | System.Decimal | |
ToByte(decimal value) | System.Decimal | static |
ToByte(IFormatProvider provider) | System.Decimal | |
ToChar(IFormatProvider provider) | System.Decimal | |
ToCurrency(decimal d) (defined in System.Decimal) | System.Decimal | static |
ToDateTime(IFormatProvider provider) | System.Decimal | |
ToDecimal(byte[] buffer) (defined in System.Decimal) | System.Decimal | static |
ToDecimal(IFormatProvider provider) | System.Decimal | |
ToDouble(decimal d) | System.Decimal | |
ToDouble(IFormatProvider provider) | System.Decimal | |
ToInt16(decimal value) | System.Decimal | static |
ToInt16(IFormatProvider provider) | System.Decimal | |
ToInt32(decimal d) | System.Decimal | static |
ToInt32(IFormatProvider provider) | System.Decimal | |
ToInt64(decimal d) | System.Decimal | static |
ToInt64(IFormatProvider provider) | System.Decimal | |
ToOACurrency(decimal value) | System.Decimal | static |
ToSByte(decimal value) | System.Decimal | static |
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.Decimal | static |
ToUInt16(IFormatProvider provider) | System.Decimal | |
ToUInt32(decimal d) | System.Decimal | static |
ToUInt32(IFormatProvider provider) | System.Decimal | |
ToUInt64(decimal d) | System.Decimal | static |
ToUInt64(IFormatProvider provider) | System.Decimal | |
Truncate(decimal d) | System.Decimal | static |
TryParse(string s, out decimal result) | System.Decimal | static |
TryParse(string s, NumberStyles style, IFormatProvider provider, out decimal result) | System.Decimal | static |
Zero | System.Decimal |