operator +
This method adds two OracleDecimal
values.
Declaration
// C# public static OracleDecimal operator + (OracleDecimal val1, OracleDecimal val2);
Parameters
-
val1
The first
OracleDecimal
. -
val2
The second
OracleDecimal
.
Return Value
An OracleDecimal
structure.
Remarks
If either operand has a null value, the returned OracleDecimal
has a null value.