14.4.5.14 Round
This method returns a new OracleDecimal structure with its value set to that of the supplied OracleDecimal structure and rounded off to the specified place. 
                  
Declaration
// C# public static OracleDecimal Round(OracleDecimal val, int decplace);
Parameters
- 
                        valAn OracleDecimalstructure.
- 
                        decplaceThe specified decimal place. If the value is positive, the function rounds the OracleDecimalstructure to the right of the decimal point. If the value is negative, the function rounds to the left of the decimal point.
Return Value
An OracleDecimal structure.
                  
Remarks
If the supplied OracleDecimal structure has a null value, the returned OracleDecimal has a null value.