double resultA = Math.Ceiling(1.02); //Mathf.Ceil for Unity int resultB = Mathf.CeilToInt(1.02); //Unity Only