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