csharp mathf.ceiling

Code Example - csharp mathf.ceiling

                
                        //C#
Math.Ceiling(value);

//Unity C#
Mathf.Ceil(10.0f);