回傳小數點無條件進位後的整數。
範例:
Value1 = Ceiling(10.0); // Value1 = 10.0 Value2 = Ceiling(10.1); // Value2 = 11.0