value.Min
Description
Description
Calculates the minimum of up to three values.
Syntax
Syntax
Function Min (val1, val2, val3)
Parameters
Parameters
val1 (input) - first value
val2 (input) - second value
val3 (input) - third value (optional)
Return value
Return value
minimum of the given values
See also