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

Field Description
public field MaxValue The maximum value for DB2Real: 3,402823e38.
public field MinValue The minumum value for DB2Real: -3,402823e38.
public field Null Null value for DB2Real.
public field Zero Zero value for DB2Real.

Public Constructors

Constructor Description
public method DB2Real Initializes a new DB2Real structure with the specified value.

Public Properties

Property Description
public property IsNull Gets a value that indicates if the value stored in the DB2Real structure is null.
public property Value Gets the value stored in the DB2Real structure.

Public Methods

Method Description
public method Parse Converts the supplied String to DB2Real.
public method ToString Returns a string that represents the DB2Real structure.
public method op_explicit Converts the supplied DB2Real structure to a float.
public method op_implicit Converts the supplied float to DB2Real.