Description
Calculates the minimum of up to three values.
Syntax
Function Min (val1, val2, val3)
Parameters
val1 (input) - first valueval2 (input) - second valueval3 (input) - third value (optional)
Return value
minimum of the given values
See also
Platform Objects and Methodsvalue.Maxvalue.ReplaceValue Object