Returns the number nearest the specified value.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Shared Function Round( _
   ByVal  As System.Decimal, _
   ByVal  As System.Integer _
) As System.Decimal
             
        
            
            public static System.decimal Round( 
   System.decimal ,
   System.int 
)
             
        
             
        
            パラメータ
- value
 
- A decimal number to be rounded.
 - digits
 
- The number of significant fractional digits (precision) in the return value.
 
            
            戻り値の型
The number nearest value with precision equal to decimals.