14.4.5.9 Min
This method returns the minimum value of the two supplied OracleDecimal structures.
                  
Declaration
// C# public static OracleDecimal Min(OracleDecimal val1, OracleDecimal val2);
Parameters
- 
                        
val1An
OracleDecimalstructure. - 
                        
val2An
OracleDecimalstructure. 
Return Value
An OracleDecimal structure that has the smaller value.