Add
This method adds two OracleDecimal
structures.
Declaration
// C# public static OracleDecimal Add(OracleDecimal val1, OracleDecimal val2);
Parameters
-
val1
The first
OracleDecimal
. -
val2
The second
OracleDecimal
.
Return Value
Returns an OracleDecimal
structure.
Remarks
If either argument has a null value, the returned OracleDecimal
has a null value.