|
| Name | Description |
|---|
.gif) .gif) .gif) .gif) | Add | Adds two specified Decimal values. |
.gif) .gif) | Ceiling | Returns the smallest integral value greater than or equal to the specified decimal number. |
.gif) .gif) .gif) .gif) | Compare | Compares two specified Decimal values. |
.gif) .gif) .gif) | CompareTo | Overloaded. Compares this instance to a specified object or Decimal and returns an indication of their relative values. |
.gif) .gif) .gif) .gif) | Divide | Divides two specified Decimal values. |
.gif) .gif) .gif) .gif) | Equals | Overloaded. Returns a value indicating whether two instances of Decimal represent the same value. |
.gif) .gif) .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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) .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) .gif) | Parse | Overloaded. Converts the string representation of a number to its Decimal equivalent. |
.gif) .gif) .gif) .gif) | Remainder | Computes the remainder after dividing two Decimal values. |
.gif) .gif) .gif) .gif) | Round | Overloaded. Rounds a value to the nearest integer or specified number of decimal places. |
.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 | Overloaded. Converts the numeric value of this instance to its equivalent String representation. |
.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 | Overloaded. Converts the string representation of a number to its Decimal equivalent. A return value indicates whether the conversion succeeded or failed. |