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