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