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 - Max - FD

Math Function - Max

Returns the larger of the values passed.

Declaration:

Max(Value1, Value2: Double): Double;

Source Code

Delphi

Scripting
Result := Max(120.2, 120.3);

Copyright 2023 ConstructConnect