Click or drag to resize

EuclidRemainder(Double, Double) 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 double Remainder(
	double dividend,
	double divisor
)

Parameters

dividend  Double

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

divisor  Double

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

Return Value

Double

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

See Also