Click or drag to resize

EuclidRemainder(Int32, Int32) Method

Remainder (% operator). The result has the sign of the dividend.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int Remainder(
	int dividend,
	int divisor
)

Parameters

dividend  Int32

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

divisor  Int32

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

Return Value

Int32

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

See Also