Click or drag to resize

EuclidModulus(BigInteger, BigInteger) Method

Canonical Modulus. The result has the sign of the divisor.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static BigInteger Modulus(
	BigInteger dividend,
	BigInteger divisor
)

Parameters

dividend  BigInteger
The value to divide.
divisor  BigInteger
The divisor.

Return Value

BigInteger
The canonical modulus of dividend with respect to divisor.
See Also