Number Widget - Minimum

 
The MINIMUM attribute determines the minimum value the NUMBER widget will accept. When changing from one FORMAT to another, NUMBER will use the greater of the current minimum value and FORMAT's intrinsic MINIMUM (for negative values).
 
For example, switching formats from LONG INTEGER to SHORT INTEGER will reduce the minimum NUMBER value from a four-byte integer to a two-byte integer (see "FORMAT" attribute for ranges).