dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure
Fields Properties Methods

In This Topic
    MySqlDecimal Structure Members
    In This Topic

    The following tables list the members exposed by MySqlDecimal.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the MySqlDecimal structure.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Returns maximum supported precision.  
    Public Fieldstatic (Shared in Visual Basic)Returns maximum supported scale.  
    Public Fieldstatic (Shared in Visual Basic)Gets maximum value that can be assigned to the MySqlDecimal structure.  
    Public Fieldstatic (Shared in Visual Basic)Gets minimal value that can be assigned to the MySqlDecimal structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents empty instance of MySqlDecimal.  
    Public Fieldstatic (Shared in Visual Basic)Specifies whether to use invariant culture for the ToString method.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this instance is empty.  
    Public PropertyGets a value indicating whether this instance of MySqlDecimal has positive value.  
    Public PropertyGets total number of decimal digits.  
    Public PropertyGets the number of digits after the decimal point.  
    Public PropertyReturns decimal representation of MySqlDecimal instance.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Compares the current instance with another object of the same type.  
    Public MethodReturns a value indicating whether two MySqlDecimal instances have same value.  
    Public MethodReturns the hash code for this MySqlDecimal instance.  
    Public MethodReturns the System.TypeCode for the specified MySqlDecimal.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Parses the specified string value and returns a new MySqlDecimal instance.  
    Public MethodReturns double representation of MySqlDecimal instance.  
    Public MethodOverloaded. Returns string representation of MySqlDecimal instance.  
    Top
    Public Operators
    Determines whether two MySqlDecimal values are equal.
    Overloaded. Converts a double value to MySqlDecimal structure.
    Compares two MySqlDecimal structures to determine if the first is greater than the second.
    Compares two MySqlDecimal structures to determine if the first is greater than or equal to the second.
    Overloaded. Converts a decimal value to MySqlDecimal structure.
    Determines whether two MySqlDecimal values are not equal.
    Compares two MySqlDecimal structures to determine if the first is less than the second.
    Compares two MySqlDecimal structures to determine if the first is less than or equal to the second.
    Top
    See Also