To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

Math Functions - RoundUp - FD

Math Functions - RoundUp

Rounds the given Val up to the nearest integer.

Declaration:

RoundUp(Val: Double): Integer

Source Code

Delphi

Scripting
Result := RoundUp(10.36); // Returns 11

Copyright 2023 ConstructConnect