Returns the smaller of two Currency values.
[Visual Basic] Public Shared Function Min( _ ByVal c1 As Currency, _ ByVal c2 As Currency _ ) As Currency [C#] public static Currency Min( Currency c1, Currency c2 ); [C++] public: static Currency Min( Currency c1, Currency c2 ); [JScript] public static function Min( c1 : Currency, c2 : Currency ) : Currency;
The value that is the smaller of the two Currency argument parameters.
The Min method compares two specified Currency values and returns the smaller of the two values