dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Int32 Structure
Fields Properties Methods

In This Topic
    DB2Int32 Structure Members
    In This Topic

    The following tables list the members exposed by DB2Int32.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DB2Int32 structure with the specified System.Int32 value.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents the maximum value of a DB2Int32 structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents the minimum value of a DB2Int32 structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to the Value property of a DB2Int32 structure.  
    Public Fieldstatic (Shared in Visual Basic)Represents the zero value.  
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates whether the Value property of the DB2Int32 is Null.  
    Public PropertyGets the value of the DB2Int32 structure.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Gets the absolute value of the DB2Int32.  
    Public Methodstatic (Shared in Visual Basic)Adds two DB2Int32 values.  
    Public MethodOverloaded. Compares the current DB2Int32 object to the specified object and returns an integer that represents their relative values.  
    Public Methodstatic (Shared in Visual Basic)Divides one DB2Int32 value by another.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Compares two DB2Int32 structures to determine if they are equal.  
    Public MethodGets a hash code for the DB2Int32 instance.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Int32 values is greater than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Int32 values is greater than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Int32 values is less than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Int32 values is less than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Multiplies two DB2Int32 structures.  
    Public Methodstatic (Shared in Visual Basic)Determines whether two DB2Int32 values are not equal.  
    Public Methodstatic (Shared in Visual Basic)Converts a System.String representation of a number to its DB2Int32 equivalent.  
    Public Methodstatic (Shared in Visual Basic)Subtracts one DB2Int32 structure from another.  
    Public MethodConverts the current DB2Int32 structure to a System.String.  
    Top
    Public Operators
    Calculates the sum of the two DB2Int32 structures.
    Compares each corresponding bit of a value of the first given DB2Int32 structure to the corresponding bit of a value of the second given DB2Int32 structure. If both bits are 1's, the corresponding bit of the result value is set to 1. Otherwise, it sets the corresponding result value bit to 0.
    Compares each corresponding bit of a value of the first given DB2Int32 structure to the corresponding bit of a value of the second given DB2Int32 structure. If both bits are 0's, the corresponding bit of the result value is set to 0. Otherwise, it sets the corresponding result value bit to 1.
    Divides one DB2Int32 value by another and returns the integer quotient.
    Determines whether two DB2Int32 values are equal.
    Compares each corresponding bit of a value of the first given DB2Int32 structure to the corresponding bit of a value of the second given DB2Int32 structure. If both bits are the same (both are 0's or both are 1's), the corresponding bit of the result value is set to 0. Otherwise, it sets the corresponding result value bit to 1.
    Overloaded. Converts the DB2Int32 parameter to System.Int32.
    Compares two DB2Int32 structures to determine if the first is greater than the second.
    Compares two DB2Int32 structures to determine if the first is greater than or equal to the second.
    Overloaded. Converts the System.Int32 parameter to the DB2Int32.
    Determines whether two DB2Int32 values are not equal.
    Compares two DB2Int32 structures to determine if the first is less than the second.
    Compares two DB2Int32 structures to determine if the first is less than or equal to the second.
    Divides one DB2Int32 value by another and returns the remainder.
    Multiplies two DB2Int32 structures.
    Returns a new DB2Int32 structure with the value, where every bit has the opposite value of the same bit in the value of the given DB2Int32 structure.
    Subtracts one DB2Int32 structure from another.
    Returns the negated value of the given DB2Int32 structure.
    Top
    See Also