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