Mathf.Ceilstatic function Ceil (f : float) : floatDescriptionReturns the smallest integer greater to or equal to f.
JavaScript
// Prints 10 using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > Mathf | ||||
Mathf.Ceilstatic function Ceil (f : float) : floatDescriptionReturns the smallest integer greater to or equal to f.
JavaScript
// Prints 10 using UnityEngine; import UnityEngine |