- Found in:
- Mathf
Description
Documentation Comment
Returns the largest number (as Int) smaller than or equal to f
Caveats
Parameters
floatf
Examples
Auto-Generated Example
float myFloat__f
int returnedValue = LibMathf.FloorToInt(myFloat__f)
Returns the largest number (as Int) smaller than or equal to f
float myFloat__f
int returnedValue = LibMathf.FloorToInt(myFloat__f)