OracleNumber::Multiply Method (OracleNumber, OracleNumber)
.NET Framework (current version)
Calculates the product of the two OracleNumber parameters.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- x
-
Type:
System.Data.OracleClient::OracleNumber
An OracleNumber structure.
- y
-
Type:
System.Data.OracleClient::OracleNumber
An OracleNumber structure.
Return Value
Type: System.Data.OracleClient::OracleNumberA new OracleNumber structure whose Value property contains the product of the multiplication.
.NET Framework
Available since 1.1
Available since 1.1
Show: