The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BigInteger::Subtraction Operator (BigInteger, BigInteger)
.NET Framework (current version)
Subtracts a BigInteger value from another BigInteger value.
Assembly: System.Numerics (in System.Numerics.dll)
Parameters
- left
-
Type:
System.Numerics::BigInteger
The value to subtract from (the minuend).
- right
-
Type:
System.Numerics::BigInteger
The value to subtract (the subtrahend).
The Subtraction method defines the operation of the subtraction operator for BigInteger values. It enables code such as the following:
Languages that do not support custom operators can call the BigInteger::Subtract method instead.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone
Available since 8.1
Show: