EuclidModulus(BigInteger, BigInteger) Method |
Canonical Modulus. The result has the sign of the divisor.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static BigInteger Modulus(
BigInteger dividend,
BigInteger divisor
)
Parameters
- dividend BigInteger
- The value to divide.
- divisor BigInteger
- The divisor.
Return Value
BigIntegerThe canonical modulus of
dividend with respect to
divisor.
See Also