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