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.3179.0 (4.8.3179.0)
Syntax
C#
public static long Modulus(
	long dividend,
	long divisor
)

Parameters

dividend  Int64

[Missing <param name="dividend"/> documentation for "M:Altaxo.Calc.Euclid.Modulus(System.Int64,System.Int64)"]

divisor  Int64

[Missing <param name="divisor"/> documentation for "M:Altaxo.Calc.Euclid.Modulus(System.Int64,System.Int64)"]

Return Value

Int64

[Missing <returns> documentation for "M:Altaxo.Calc.Euclid.Modulus(System.Int64,System.Int64)"]

See Also