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

DB2Real Structure Members

The following tables list the members exposed by DB2Real.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the DB2Real structure with the specified System.Single value.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Represents the maximum value of a DB2Real structure.  
Public Fieldstatic (Shared in Visual Basic)Represents the minimum value of a DB2Real structure.  
Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to the Value property of a DB2Real structure.  
Public Fieldstatic (Shared in Visual Basic)Represents the zero value.  
Top
Public Properties
 NameDescription
Public PropertyIndicates whether the Value property of the DB2Real is Null.  
Public PropertyGets the value of the DB2Real structure.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Gets the absolute value of the DB2Real.  
Public Methodstatic (Shared in Visual Basic)Adds two DB2Real values.  
Public MethodOverloaded. Compares the current DB2Real object to the specified object and returns an integer that represents their relative values.  
Public Methodstatic (Shared in Visual Basic)Divides one DB2Real value by another.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Compares two DB2Real structures to determine if they are equal.  
Public MethodGets a hash code for the DB2Real instance.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Real values is greater than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Real values is greater than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Real values is less than the second.  
Public Methodstatic (Shared in Visual Basic)Determines whether the first of two DB2Real values is less than or equal to the second.  
Public Methodstatic (Shared in Visual Basic)Multiplies two DB2Real structures.  
Public Methodstatic (Shared in Visual Basic)Determines whether two DB2Real values are not equal.  
Public Methodstatic (Shared in Visual Basic)Converts a System.String representation of a number to its DB2Real equivalent.  
Public Methodstatic (Shared in Visual Basic)Subtracts one DB2Real structure from another.  
Public MethodConverts the current DB2Real structure to a System.String.  
Top
Public Operators
Calculates the sum of the two DB2Real structures.
Divides one DB2Real value by another.
Determines whether two DB2Real values are equal.
Converts the DB2Real parameter to System.Single.
Compares two DB2Real structures to determine if the first is greater than the second.
Compares two DB2Real structures to determine if the first is greater than or equal to the second.
Converts the System.Single parameter to the DB2Real.
Determines whether two DB2Real values are not equal.
Compares two DB2Real structures to determine if the first is less than the second.
Compares two DB2Real structures to determine if the first is less than or equal to the second.
Multiplies two DB2Real structures.
Subtracts one DB2Real structure from another.
Top
See Also