DB2Real370 Members

Represents the REAL Db2® for OS/390® database type, which is represented in IBM® 370 notation. Encapsulates the double .NET data type. The following tables list the members exposed by the DB2Real370 structure.

Public Fields

Field Description
public field MaxValue The maximum value for DB2Real370: 7.2e75.
public field MinValue The minumum value for DB2Real370: -7.2e75.
public field Null Null value for DB2Real370.
public field Zero Zero value for DB2Real370.

Public Constructors

Constructor Description
public method DB2®Real370 Initializes a new DB2Real370 structure with the specified value.

Public Properties

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

Public Methods

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