Multiply
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
-
val1An
OracleDecimalstructure. -
val2An
OracleDecimalstructure.
Return Value
A new OracleDecimal structure.
Remarks
If either argument has a null value, the returned OracleDecimal has a null value.