dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniDecimal Structure
Fields Properties Methods

In This Topic
    UniDecimal Structure Members
    In This Topic

    The following tables list the members exposed by UniDecimal.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to the Value property of an UniDecimal structure.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the Value property of the UniDecimal is Null.  
    Public PropertyGets value indicating whether current UniDecimal is greater or less than zero.  
    Public PropertyRepresents the maximum precision, which is 38.  
    Public PropertyA constant representing the maximum value for the Scale property.  
    Public PropertyRepresents the maximum value of an UniDecimal structure.  
    Public PropertyRepresents the minimum value of an UniDecimal structure.  
    Public PropertyGets precision of current UniDecimal.  
    Public PropertyGets scale of current UniDecimal.  
    Public PropertyGets the value of the UniDecimal structure.  
    Top
    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
    Public Operators
    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.
    Top
    See Also