Xojo.Math.Max
From Xojo Documentation
![]() |
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: