In This Topic
            
            Initializes a new instance of the 
DB2Double structure with the specified 
System.Double value.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As Double _
)
             
        
            
            public DB2Double( 
   double 
)
             
        
             
        
            Parameters
- value
- The System.Double value to be stored as an DB2Double.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also