Precision Property (DB2DecimalFloat)
                In This Topic
            
            Gets the precision of the current 
DB2DecimalFloat object (the number of significant figures).
Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property Precision As Byte
             
        
            
            public byte Precision {get;}
             
        
             
        
            
            
            Property Value
The precision of the current 
DB2DecimalFloat object.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also