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