Click or drag to resize

GLMathfFloorDiv Method

Floor division that also work 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 int FloorDiv(
	int m,
	int n
)

Parameters

m
Type: SystemInt32
The m.
n
Type: SystemInt32
The n.

Return Value

Type: Int32
System.Int32.
See Also