Click or drag to resize

EuclidRemainder(Single, Single) Method

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

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

Parameters

dividend  Single
The value to divide.
divisor  Single
The divisor.

Return Value

Single
The remainder of dividend divided by divisor.
See Also