OracleNumber::Subtract Method (OracleNumber, OracleNumber)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
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: