'Math.Ceiling(decimal)' and 'Math.Ceiling(double)' c# code example Example: c# mathf.ceiling //C# Math.Ceiling(value); //Unity C# Mathf.Ceil(10.0f);