Contact Us
Contact our corporate or local offices directly.
Parent page: System Query Functions - Arithmetic Functions
Returns a (real) number whose value is equal to the minimum value of all of the parameters provided. Each parameter must be either a number, or a numeric string, and any number of parameters can be provided.
MIN(N1 : Number / Numeric_String, [N2] : Number / Numeric_String, ...) : Number
MIN(2)
Returns 2.
MIN(7,2,3)
Returns 2.
Contact our corporate or local offices directly.