Click or drag to resize

GLMathfFloorToInt Method

Note: This API is now obsolete.

Returns the highest integer equal to the given float.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[ObsoleteAttribute("Use Mathf.FloorToInt")]
public static int FloorToInt(
	float x
)

Parameters

x
Type: SystemSingle

Return Value

Type: Int32
See Also