Subtract
This method returns a new OracleDecimal structure with its value set to result of subtracting one OracleDecimal structure from another.
Declaration
// C# public static OracleDecimal Subtract(OracleDecimal val1, OracleDecimal val2);
Parameters
-
val1An
OracleDecimalstructure. -
val2An
OracleDecimalstructure.
Return Value
An OracleDecimal structure.
Remarks
If either argument has a null value, the returned OracleDecimal has a null value.