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