function Ceil(Value: Double): Integer function Ceil(Value: Integer): Integer
X := Ceil(-10.4); // X is -10 X := Ceil(15.98); // X is 16