Max
Category: Math
Signature
Max(left As Double, right As Double)
Returns
Double
Description
Returns the larger of the two values.
Example
higher = Max(velocity, 0)
Category: Math
Max(left As Double, right As Double)
Double
Returns the larger of the two values.
higher = Max(velocity, 0)