Name | Description | |
---|---|---|
![]() ![]() | Abs | Gets the absolute value of the UniDecimal. |
![]() ![]() | Add | Adds two UniDecimal values. |
![]() ![]() | Ceiling | Returns the smallest whole number greater than or equal to the specified UniDecimal number. |
![]() | CompareTo | Compares the current UniDecimal object to the specified object and returns an integer that represents their relative values. |
![]() ![]() | Divide | Divides one UniDecimal value by another. |
![]() | Equals | Overloaded. Compares the specified object parameter to the Value property of the UniDecimal object. |
![]() ![]() | Floor | Rounds a specified UniDecimal number to the next lower whole number. |
![]() ![]() | FromDecimal | Converts a System.Decimal value to UniDecimal. |
![]() ![]() | FromDouble | Converts a System.Double value to UniDecimal. |
![]() ![]() | FromInt32 | Converts a System.Int value to UniDecimal. |
![]() ![]() | FromInt64 | Converts a System.Long value to UniDecimal. |
![]() | GetHashCode | Gets a hash code for the UniDecimal instance. |
![]() ![]() | GreaterThan | Determines whether the first of two UniDecimal values is greater than the second. |
![]() ![]() | GreaterThanOrEqual | Determines whether the first of two UniDecimal values is greater than or equal to the second. |
![]() ![]() | LessThan | Determines whether the first of two UniDecimal values is less than the second. |
![]() ![]() | LessThanOrEqual | Determines whether the first of two UniDecimal values is less than or equal to the second. |
![]() ![]() | Multiply | Multiplies two UniDecimal structures. |
![]() ![]() | NotEquals | Determines whether two UniDecimal values are not equal. |
![]() ![]() | Parse | Converts the specified System.String representation of a number to its UniDecimal equivalent. |
![]() ![]() | Power | Calculates a new UniDecimal structure with its value set to the specified UniDecimal structure raised to the specified power. |
![]() ![]() | Round | Rounds the specified UniDecimal off to the specified precision. |
![]() ![]() | Sign | Gets the sign of the UniDecimal structure. |
![]() ![]() | Subtract | Subtracts one UniDecimal structure from another. |
![]() ![]() | ToDecimal | Converts the current UniDecimal structure to a System.Decimal. |
![]() ![]() | ToDouble | Converts the current UniDecimal structure to a System.Double. |
![]() ![]() | ToInt32 | Converts the current UniDecimal structure to a System.Int. |
![]() ![]() | ToInt64 | Converts the current UniDecimal structure to a System.Long. |
![]() | ToString | Converts the current UniDecimal structure to a System.String. |
![]() ![]() | Truncate | Truncates the UniDecimal at a specified position. |