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.

RoundDown

RoundDown



Rounds the given value down to the nearest whole number.



Syntax:

Procedure: RoundDown(Val: Double): Integer;


API Call:

Scripting
Result := RoundDown(10.36); // returns 10

Copyright 2023 ConstructConnect