Method Divide
| Improve this Doc View SourceDivide(BigInteger, BigInteger, RoundingMode)
Divides two BigInteger values and uses the specified rounding mode for any fractional component of the result.
Declaration
public static BigInteger Divide(this BigInteger dividend, BigInteger divisor, RoundingMode mode = RoundingMode.MidpointToEven)
Parameters
Type | Name | Description |
---|---|---|
BigInteger | dividend | |
BigInteger | divisor | |
RoundingMode | mode |
Returns
Type | Description |
---|---|
BigInteger |