|
static decimal | Parse (string s, IFormatProvider provider) |
|
static decimal | Parse (string s, NumberStyles style, IFormatProvider provider) |
|
static bool | TryParse (string s, NumberStyles style, IFormatProvider provider, [Out] decimal result) |
|
static int[] | GetBits (decimal d) |
|
static decimal | Negate (decimal d) |
|
static decimal | Round (decimal d, int decimals) |
|
static byte | ToByte (decimal value) |
|
static sbyte | ToSByte (decimal value) |
|
static short | ToInt16 (decimal value) |
|
static double | ToDouble (decimal d) |
|
static int | ToInt32 (decimal d) |
|
static long | ToInt64 (decimal d) |
|
static ushort | ToUInt16 (decimal value) |
|
static uint | ToUInt32 (decimal d) |
|
static ulong | ToUInt64 (decimal d) |
|
static float | ToSingle (decimal d) |
|
static decimal | Truncate (decimal d) |
|
static implicit | operator decimal (byte value) |
|
static implicit | operator decimal (sbyte value) |
|
static implicit | operator decimal (short value) |
|
static implicit | operator decimal (ushort value) |
|
static implicit | operator decimal (char value) |
|
static implicit | operator decimal (int value) |
|
static implicit | operator decimal (uint value) |
|
static implicit | operator decimal (long value) |
|
static implicit | operator decimal (ulong value) |
|
static | operator decimal (float value) |
|
static | operator decimal (double value) |
|
static | operator int (decimal value) |
|
static | operator long (decimal value) |
|
static | operator ulong (decimal value) |
|
static | operator float (decimal value) |
|
static | operator double (decimal value) |
|
static decimal | operator- (decimal d1, decimal d2) |
|
static decimal | operator* (decimal d1, decimal d2) |
|
static decimal | operator/ (decimal d1, decimal d2) |
|
static bool | operator== (decimal d1, decimal d2) |
|
static bool | operator!= (decimal d1, decimal d2) |
|
static bool | operator< (decimal d1, decimal d2) |
|
static bool | operator<= (decimal d1, decimal d2) |
|
static bool | operator> (decimal d1, decimal d2) |
|
static bool | operator>= (decimal d1, decimal d2) |
|
static | Decimal () |
|
Definition at line 12 of file Decimal.cs.