function Floor(Value: Double): Integer function Floor(Value: Integer): Integer
X := Floor(-10.4); // X is -11 X := Floor(15.98); // X is 15