DB2Real Members
Represents the REAL DB2® data type. Encapsulates the float .NET data type. The following tables list the members exposed by the DB2Real structure.
Public Fields
Public Constructors
| Constructor | Description |
|---|---|
DB2Real |
Initializes a new DB2Real structure with the specified value. |
Public Properties
Public Methods
| Method | Description |
|---|---|
Parse |
Converts the supplied String to DB2Real. |
ToString |
Returns a string that represents the DB2Real structure. |
op_explicit |
Converts the supplied DB2Real structure
to a float. |
op_implicit |
Converts the supplied float to DB2Real. |