Click or drag to resize

EuclidModulus(Double, Double) 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 double Modulus(
	double dividend,
	double divisor
)

Parameters

dividend  Double

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

divisor  Double

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

Return Value

Double

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

See Also