dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniDecimal Structure

In This Topic
UniDecimal Structure Methods
In This Topic

For a list of all members of this type, see UniDecimal members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Gets the absolute value of the UniDecimal.  
Public Methodstatic (Shared in Visual Basic)Adds two UniDecimal values.  
Public Methodstatic (Shared in Visual Basic)Returns the smallest whole number greater than or equal to the specified UniDecimal number.  
Public MethodCompares the current UniDecimal object to the specified object and returns an integer that represents their relative values.  
Public Methodstatic (Shared in Visual Basic)Divides one UniDecimal value by another.  
Public MethodOverloaded. Compares the specified object parameter to the Value property of the UniDecimal object.  
Public Methodstatic (Shared in Visual Basic)Rounds a specified UniDecimal number to the next lower whole number.  
Public Methodstatic (Shared in Visual Basic)Converts a System.Decimal value to UniDecimal.  
Public Methodstatic (Shared in Visual Basic)Converts a System.Double value to UniDecimal.  
Public Methodstatic (Shared in Visual Basic)Converts a System.Int value to UniDecimal.  
Public Methodstatic (Shared in Visual Basic)Converts a System.Long value to UniDecimal.  
Public MethodGets a hash code for the UniDecimal instance.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two UniDecimal values is greater than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two UniDecimal values is greater than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two UniDecimal values is less than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two UniDecimal values is less than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Multiplies two UniDecimal structures.  
Public Methodstatic (Shared in Visual Basic)Determines whether two UniDecimal values are not equal.  
Public Methodstatic (Shared in Visual Basic)Converts the specified System.String representation of a number to its UniDecimal equivalent.  
Public Methodstatic (Shared in Visual Basic)Calculates a new UniDecimal structure with its value set to the specified UniDecimal structure raised to the specified power.  
Public Methodstatic (Shared in Visual Basic)Rounds the specified UniDecimal off to the specified precision.  
Public Methodstatic (Shared in Visual Basic)Gets the sign of the UniDecimal structure.  
Public Methodstatic (Shared in Visual Basic)Subtracts one UniDecimal structure from another.  
Public Methodstatic (Shared in Visual Basic)Converts the current UniDecimal structure to a System.Decimal.  
Public Methodstatic (Shared in Visual Basic)Converts the current UniDecimal structure to a System.Double.  
Public Methodstatic (Shared in Visual Basic)Converts the current UniDecimal structure to a System.Int.  
Public Methodstatic (Shared in Visual Basic)Converts the current UniDecimal structure to a System.Long.  
Public MethodConverts the current UniDecimal structure to a System.String.  
Public Methodstatic (Shared in Visual Basic)Truncates the UniDecimal at a specified position.  
Top
See Also