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 Function - Min - FD

Math Function - Min

Returns the smaller of the values passed.

Declaration:

Min(Value1, Value2: Double): Double;

Source Code

Delphi

Scripting
Result := Min(120.1, 120.3);

Copyright 2023 ConstructConnect