Click or drag to resize

EuclidModulus(Int64, Int64) 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 long Modulus(
	long dividend,
	long divisor
)

Parameters

dividend  Int64
The value to divide.
divisor  Int64
The divisor.

Return Value

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