Name | Description | |
---|---|---|
![]() | UniDecimal Constructor | Overloaded. |
The following tables list the members exposed by UniDecimal.
Name | Description | |
---|---|---|
![]() | UniDecimal Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | Null | Represents a null value that can be assigned to the Value property of an UniDecimal structure. |
Name | Description | |
---|---|---|
![]() | IsNull | Gets a value indicating whether the Value property of the UniDecimal is Null. |
![]() | IsPositive | Gets value indicating whether current UniDecimal is greater or less than zero. |
![]() | MaxPrecision | Represents the maximum precision, which is 38. |
![]() | MaxScale | A constant representing the maximum value for the Scale property. |
![]() | MaxValue | Represents the maximum value of an UniDecimal structure. |
![]() | MinValue | Represents the minimum value of an UniDecimal structure. |
![]() | Precision | Gets precision of current UniDecimal. |
![]() | Scale | Gets scale of current UniDecimal. |
![]() | Value | Gets the value of the UniDecimal structure. |
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. |
![]() | Calculates the sum of the two UniDecimal operators. |
![]() | Divides one UniDecimal value by another. |
![]() | Determines whether two UniDecimal values are equal. |
![]() | Overloaded. Converts the System.Double parameter to the UniDecimal. |
![]() | Compares two UniDecimal structures to determine if the first is greater than the second. |
![]() | Compares two UniDecimal structures to determine if the first is greater than or equal to the second. |
![]() | Overloaded. Converts the System.Int32 parameter to the UniDecimal. |
![]() | Determines whether two UniDecimal values are not equal. |
![]() | Compares two UniDecimal structures to determine if the first is less than the second. |
![]() | Compares two UniDecimal structures to determine if the first is less than or equal to the second. |
![]() | Multiplies two UniDecimal structures. |
![]() | Subtracts one UniDecimal structure from another. |