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