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.3572.0 (4.8.3572.0)
Syntax
C#
public static double Modulus(
	double dividend,
	double divisor
)

Parameters

dividend  Double
The value to divide.
divisor  Double
The divisor.

Return Value

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