All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:06, 3 November 2024 RhoSigma talk contribs created page MAX (Created page with "{{DISPLAYTITLE:_MAX}} The '''_MAX''' function returns the greater of two given numeric values. {{PageSyntax}} : {{Parameter|maximum##}} = _MAX({{Parameter|value1}}, {{Parameter|value2}}) {{PageParameters}} * {{Parameter|value1}} and {{Parameter|value2}} are the two numbers to compare, any integer or floating point type is supported. * {{Parameter|maximum##}} is the greater of both values returned as _FLOAT type (suffix ##). {{PageDescription}} * The functio...")