Share via Share via... Twitter LinkedIn Facebook Pinterest Telegram WhatsApp Yammer RedditPrintPermalink × Min min( a, b ) Return the smaller value of a or b. Description min( a, b ) This function returns the smaller of the two values, a or b. Parameters a Any value b Any value Return value If a>=b, returns the value b If a<b, returns the value a Example usage max(3, -4) Returns -4. ezeio2/expref/min.txt Last modified: 2019-09-02 18:52by andreh Log In