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