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