Big Integer.Division Operator
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Division( | Divides one BigInteger by another and returns the result. |
Division( | Divides one BigInteger by another and returns the result. |
Division(BigInteger, BigInteger) Operator
Divides one BigInteger by another and returns the result.
public static BigInteger operator /(
BigInteger left,
BigInteger right
)
Parameters
- left BigInteger
- A BigInteger.
- right BigInteger
- A BigInteger.
Return Value
BigIntegerThe quotient of left and right.
Division(BigInteger, Int32) Operator
Divides one BigInteger by another and returns the result.
public static BigInteger operator /(
BigInteger left,
int right
)
Parameters
- left BigInteger
- A BigInteger.
- right Int32
- A BigInteger.
Return Value
BigIntegerThe quotient of left and right.