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