dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlNumeric Structure
Fields Properties Methods

In This Topic
    PgSqlNumeric Structure Members
    In This Topic

    The following tables list the members exposed by PgSqlNumeric.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents an infinity value of PgSqlDecimal.  
    Public Fieldstatic (Shared in Visual Basic)Represents a NaN value of PgSqlDecimal.  
    Public Fieldstatic (Shared in Visual Basic)Represents a negative infinity value of PgSqlDecimal.  
    Public Fieldstatic (Shared in Visual Basic)Represents a null value of PgSqlDecimal.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this instance is empty.  
    Top
    Public Methods
     NameDescription
    Public MethodCompares the current instance with another object of the same type.  
    Public MethodReturns a value that indicates whether two PgSqlNumeric instances have the same value.  
    Public MethodReturns a hash code for the MySqlDecimal instance.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Parses the specified string value and returns a new PgSqlNumeric instance.  
    Public MethodOverloaded. Returns string representation of the PgSqlNumeric instance.  
    Public Methodstatic (Shared in Visual Basic)Converts the string representation of a number to a PgSqlNumeric. The return value indicates whether the conversion succeeded or failed.  
    Public Method  
    Top
    Public Operators
    Determines whether two PgSqlNumeric values are equal.
    Overloaded. Converts a short value to the PgSqlNumeric structure.
    Compares two PgSqlNumeric structures to determine whether the left one is greater than the right.
    Compares two PgSqlNumeric structures to determine whether the left one is less than or equal to the right.
    Overloaded. Converts a short value to the PgSqlNumeric structure.
    Determines whether two PgSqlNumeric values are not equal.
    Compares two PgSqlNumeric structures to determine wheher the left one is less than the right.
    Compares two PgSqlNumeric structures to determine whether the left one is greater than or equal to the right.
    Top
    See Also