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