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
val1
An OracleDecimal structure.
val2
An OracleDecimal structure.
Return Value
An OracleDecimal structure.
Remarks
If either argument has a null value, the returned OracleDecimal has a null value.