This method returns a new OracleDecimal structure with its value set to the result of multiplying two OracleDecimal structures.
Declaration
// C# public static OracleDecimal Multiply(OracleDecimal val1, OracleDecimal val2);
Parameters
val1
An OracleDecimal structure.
val2
An OracleDecimal structure.
Return Value
A new OracleDecimal structure.
Remarks
If either argument has a null value, the returned OracleDecimal has a null value.