Click or drag to resize

GLMathfFloorMod Method (Single, Single)

Mod operator that also works for negative m.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(2, 2, 0)]
public static float FloorMod(
	float m,
	float n
)

Parameters

m
Type: SystemSingle
The m.
n
Type: SystemSingle
The n.

Return Value

Type: Single
System.Int32.
See Also