DB2®Double.Value Property
Gets the value stored in the DB2Double object.
- Namespace:
IBM.Data.DB2Types- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public ReadOnly Property Value As Double
[C#]
public double Value {get;}
[C++]
public: __property double get_Value();
[JScript]
public function get Value() : double;
Property value
A double representing
the DB2Double instance.