Description Returns the maximum of two values.
Syntax m = Max ( A , B )
Parameters m (Variant) The maximum of A and B.
A As Variant First value.
B As Variant Second value.
Remarks Max finds the maximum of two values. These values can be integers, floating point values or FRED functions.
See Also Examples
|