Min function

Returns the minimum value of two passed arguments.

value = Min(arg1, arg2)

arg1 and arg2 are required and must be assigned. A null value is equivalent to a zero in the evaluation.

The minimum value of the two arguments.

The following example returns -5 in //retval//.

retval = Min(-5, 6)
 
 
 
  • guides/programming/programmers_reference_manual/min.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1