RPTools

Personal tools
From MapToolDoc

min

min() Function

Returns the smallest of the numbers that are passed in.

Usage

  1. [h: smallest = min(num, num, ...)]

Example

  1.     [r: min(2, 4, 5, 1)]   
  2.     [r: min(-1, -5, 100)]

Returns

   1
   -5