Click or drag to resize

GLMathfMod Method (Int32, Int32)

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 int Mod(
	int m,
	int n
)

Parameters

m
Type: SystemInt32
n
Type: SystemInt32

Return Value

Type: Int32
See Also