operator -
This method negates the supplied OracleDecimal structure.
Declaration
// C#
public static OracleDecimal operator - (OracleDecimal val);Parameters
-
valAn
OracleDecimal.
Return Value
A new OracleDecimal structure.
Remarks
If the supplied OracleDecimal structure has a null value, the returned OracleDecimal has a null value.