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::Division Operator (BigInteger, BigInteger)
.NET Framework (current version)
Divides a specified BigInteger value by another specified BigInteger value by using integer division.
Assembly: System.Numerics (in System.Numerics.dll)
Parameters
- dividend
-
Type:
System.Numerics::BigInteger
The value to be divided.
- divisor
-
Type:
System.Numerics::BigInteger
The value to divide by.
| Exception | Condition |
|---|---|
| DivideByZeroException | divisor is 0 (zero). |
The Division method defines the division operation for BigInteger values. It enables code such as the following:
Languages that do not support custom operators and operator overloading can call the Divide 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: