Big Integer.Division Operator
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.
Implements
IDivisionOperators<TSelf, TOther, TResult>.Division(TSelf, TOther)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.