Click or drag to resize
MathUtilsMod Method
Returns the remainder of the Euclidean division of a by n.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static float Mod(
	float a,
	float n
)

Parameters

a
Type: SystemSingle
Dividend.
n
Type: SystemSingle
Divisor.

Return Value

Type: Single
Remainder of the Euclidean division of a by n.
See Also