dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Double Structure

In This Topic
DB2Double Structure Methods
In This Topic

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

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Gets the absolute value of the DB2Double.  
Public Methodstatic (Shared in Visual Basic)Adds two DB2Double values.  
Public Methodstatic (Shared in Visual Basic)Returns the smallest whole number greater than or equal to the specified DB2Double number.  
Public MethodOverloaded. Compares the current DB2Double object to the specified object and returns an integer that represents their relative values.  
Public Methodstatic (Shared in Visual Basic)Divides one DB2Double value by another.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Compares two DB2Double structures to determine if they are equal.  
Public Methodstatic (Shared in Visual Basic)Rounds a specified DB2Double number to the next lower whole number.  
Public MethodGets a hash code for the DB2Double instance.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Double values is greater than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Double values is greater than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Double values is less than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Double values is less than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Multiplies two DB2Double structures.  
Public Methodstatic (Shared in Visual Basic)Determines whether two DB2Double values are not equal.  
Public Methodstatic (Shared in Visual Basic)Converts a System.String representation of a number to its DB2Double equivalent.  
Public Methodstatic (Shared in Visual Basic)Subtracts one DB2Double structure from another.  
Public MethodConverts the current DB2Double structure to a System.String.  
Top
See Also