Xojo.Math.Max
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
![]() |
This item was deprecated in version 2020r2. Please use Max as a replacement. |
Method
Xojo.Math.Max(value1 As Double, value2 As Double, ParamArray moreValues As Double) As Double
Supported for all project types and targets.
Supported for all project types and targets.
Returns the maximum value out of all the values passed in as parameters.
Sample Code
Calculates the maximum of multiple values: