|
| Name | Description |
|---|
.gif) .gif) .gif) .gif) | Add | Adds two specified Decimal values. |
.gif) .gif) .gif) | Ceiling | Returns the smallest integral value that is greater than or equal to the specified decimal number. |
.gif) .gif) .gif) .gif) | Compare | Compares two specified Decimal values. |
.gif) .gif) .gif) | CompareTo(Decimal) | Compares this instance to a specified Decimal object. |
.gif) .gif) | CompareTo(Object) | Compares this instance to a specified Object. |
.gif) .gif) .gif) .gif) | Divide | Divides two specified Decimal values. |
.gif) .gif) .gif) | Equals(Decimal) | Returns a value indicating whether this instance and a specified Decimal object represent the same value. |
.gif) .gif) .gif) | Equals(Object) | Returns a value indicating whether this instance and a specified Object represent the same type and value. (Overrides ValueType..::.Equals(Object).) |
.gif) .gif) .gif) .gif) | Equals(Decimal, Decimal) | Returns a value indicating whether two specified instances of Decimal represent the same value. |
.gif) .gif) .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
.gif) .gif) .gif) .gif) | Floor | Rounds a specified Decimal number to the closest integer toward negative infinity. |
.gif) .gif) | FromOACurrency | Converts the specified 64-bit signed integer, which contains an OLE Automation Currency value, to the equivalent Decimal value. |
.gif) .gif) .gif) .gif) | GetBits | Converts the value of a specified instance of Decimal to its equivalent binary representation. |
.gif) .gif) .gif) | GetHashCode | Returns the hash code for this instance. (Overrides ValueType..::.GetHashCode()()().) |
.gif) .gif) .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) .gif) | GetTypeCode | Returns the TypeCode for value type Decimal. |
.gif) .gif) .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) .gif) .gif) .gif) | Multiply | Multiplies two specified Decimal values. |
.gif) .gif) .gif) .gif) | Negate | Returns the result of multiplying the specified Decimal value by negative one. |
.gif) .gif) .gif) | Parse(String) | Converts the string representation of a number to its Decimal equivalent. |
.gif) .gif) .gif) | Parse(String, NumberStyles) | Converts the string representation of a number in a specified style to its Decimal equivalent. |
.gif) .gif) .gif) .gif) | Parse(String, IFormatProvider) | Converts the string representation of a number to its Decimal equivalent using the specified culture-specific format information. |
.gif) .gif) .gif) .gif) | Parse(String, NumberStyles, IFormatProvider) | Converts the string representation of a number to its Decimal equivalent using the specified style and culture-specific format. |
.gif) .gif) .gif) .gif) | Remainder | Computes the remainder after dividing two Decimal values. |
.gif) .gif) | Round(Decimal) | Rounds a decimal value to the nearest integer. |
.gif) .gif) .gif) .gif) | Round(Decimal, Int32) | Rounds a Decimal value to a specified number of decimal places. |
.gif) .gif) | Round(Decimal, MidpointRounding) | Rounds a decimal value to the nearest integer. A parameter specifies how to round the value if it is midway between two other numbers. |
.gif) .gif) | Round(Decimal, Int32, MidpointRounding) | Rounds a decimal value to a specified precision. A parameter specifies how to round the value if it is midway between two other numbers. |
.gif) .gif) .gif) .gif) | Subtract | Subtracts one specified Decimal value from another. |
.gif) .gif) .gif) .gif) | ToByte | Converts the value of the specified Decimal to the equivalent 8-bit unsigned integer. |
.gif) .gif) .gif) .gif) | ToDouble | Converts the value of the specified Decimal to the equivalent double-precision floating-point number. |
.gif) .gif) .gif) .gif) | ToInt16 | Converts the value of the specified Decimal to the equivalent 16-bit signed integer. |
.gif) .gif) .gif) .gif) | ToInt32 | Converts the value of the specified Decimal to the equivalent 32-bit signed integer. |
.gif) .gif) .gif) .gif) | ToInt64 | Converts the value of the specified Decimal to the equivalent 64-bit signed integer. |
.gif) .gif) | ToOACurrency | Converts the specified Decimal value to the equivalent OLE Automation Currency value, which is contained in a 64-bit signed integer. |
.gif) .gif) .gif) .gif) | ToSByte | Converts the value of the specified Decimal to the equivalent 8-bit signed integer. |
.gif) .gif) .gif) .gif) | ToSingle | Converts the value of the specified Decimal to the equivalent single-precision floating-point number. |
.gif) .gif) .gif) | ToString()()() | Converts the numeric value of this instance to its equivalent string representation. (Overrides ValueType..::.ToString()()().) |
.gif) .gif) .gif) | ToString(IFormatProvider) | Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information. |
.gif) .gif) | ToString(String) | Converts the numeric value of this instance to its equivalent string representation, using the specified format. |
.gif) .gif) .gif) | ToString(String, IFormatProvider) | Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information. |
.gif) .gif) .gif) .gif) | ToUInt16 | Converts the value of the specified Decimal to the equivalent 16-bit unsigned integer. |
.gif) .gif) .gif) .gif) | ToUInt32 | Converts the value of the specified Decimal to the equivalent 32-bit unsigned integer. |
.gif) .gif) .gif) .gif) | ToUInt64 | Converts the value of the specified Decimal to the equivalent 64-bit unsigned integer. |
.gif) .gif) .gif) .gif) | Truncate | Returns the integral digits of the specified Decimal; any fractional digits are discarded. |
.gif) .gif) | TryParse(String, Decimal%) | Converts the string representation of a number to its Decimal equivalent. A return value indicates whether the conversion succeeded or failed. |
.gif) .gif) .gif) | TryParse(String, NumberStyles, IFormatProvider, Decimal%) | Converts the string representation of a number to its Decimal equivalent using the specified style and culture-specific format. A return value indicates whether the conversion succeeded or failed. |