Click or drag to resize

GLMathfMod Method (Single, Single)

Note: This API is now obsolete.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute("Use FloorMod instead")]
public static float Mod(
	float m,
	float n
)

Parameters

m
Type: SystemSingle
n
Type: SystemSingle

Return Value

Type: Single
See Also