14.4.5.12 Negate
This method returns a new OracleDecimal structure with its value set to the negation of the supplied OracleDecimal structures.
                  
Declaration
// C#
public static OracleDecimal Negate(OracleDecimal val);Parameters
- 
                        valAn OracleDecimalstructure.
Return Value
A new OracleDecimal structure.
                  
Remarks
If either argument has a null value, the returned OracleDecimal has a null value.