OracleNumber::Subtract Method (OracleNumber, OracleNumber)
.NET Framework (current version)
Calculates the result of subtracting the second OracleNumber structure from the first.
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 results of the subtraction.
.NET Framework
Available since 1.1
Available since 1.1
Show: